#AFB321

Color #AFB321 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFB321

Tints of Bahia #AFB321

Color information

#AFB321 (or 0xAFB321) is unknown color: approx Bahia. HEX triplet: AF, B3 and 21. RGB value is (175,179,33). Sum of RGB (Red+Green+Blue) = 175+179+33=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB321 is #504CDE. Grayscale: #A1A1A1. Windows color (decimal): -5262559 or 2208687. OLE color: 2208687.

HSL color Cylindrical-coordinate representation of color #AFB321: hue angle of 61.64º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB321 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17517933-
CMYK0.0200.820.30
HSL61.64º68.87%41.57%-
HSV(B)61.64º81.56%70.2%-
XYZ34.0741.467.65-
YUV161.1655.67137.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=45.22%
G=46.25%
B=8.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179330.0200.820.3061.6468.8741.57
HexAFB32120521E3e452a
Octal2572634120122367610552
Binary10101111101100111000011001010010111101111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB321; }

 p { color: rgb(175,179,33); }

 H1.HeaderClassName
 {
   color: #AFB321;
 }
 .AnyTagClassName
 {
   color: #AFB321;
 }
</style>
background-color css

<style>
 a { background-color: #AFB321; }

 a { background-color: rgb(175,179,33); }

 div.DivClassName
 {
   background-color: #AFB321;
 }
 .BgClassName
 {
   background-color: #AFB321;
 }
</style>
border-color css

<style>
 span { border-color: #AFB321; }

 span { border-color: rgb(175,179,33); }

 td.TdClassName
 {
   border-color: #AFB321;
 }
 .TagClassName
 {
   border-color: #AFB321;
 }
</style>