#AFBF12

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

Shades of Bahia #AFBF12

Tints of Bahia #AFBF12

Color information

#AFBF12 (or 0xAFBF12) is unknown color: approx Bahia. HEX triplet: AF, BF and 12. RGB value is (175,191,18). Sum of RGB (Red+Green+Blue) = 175+191+18=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF12 is #5040ED. Grayscale: #A7A7A7. Windows color (decimal): -5259502 or 1228719. OLE color: 1228719.

HSL color Cylindrical-coordinate representation of color #AFBF12: hue angle of 65.55º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFBF12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB17519118-
CMYK0.0800.910.25
HSL65.55º82.78%40.98%-
HSV(B)65.55º90.58%74.9%-
XYZ36.4246.427.61-
YUV166.4944.2134.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 191 (75% from 255) = 49.74%
BLUE value IS 18 (7.42% from 255) = 4.69%
R=45.57%
G=49.74%
B=4.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191180.0800.910.2565.5582.7840.98
HexAFBF12805B19425329
Octal257277221001333110212351
Binary1010111110111111100101000010110111100110000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF12; }

 p { color: rgb(175,191,18); }

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

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

 a { background-color: rgb(175,191,18); }

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

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

 span { border-color: rgb(175,191,18); }

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