#ACAF18

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

Shades of Bahia #ACAF18

Tints of Bahia #ACAF18

Color information

#ACAF18 (or 0xACAF18) is unknown color: approx Bahia. HEX triplet: AC, AF and 18. RGB value is (172,175,24). Sum of RGB (Red+Green+Blue) = 172+175+24=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAF18 is #5350E7. Grayscale: #9D9D9D. Windows color (decimal): -5460200 or 1617836. OLE color: 1617836.

HSL color Cylindrical-coordinate representation of color #ACAF18: hue angle of 61.19º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACAF18 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17217524-
CMYK0.0200.860.31
HSL61.19º75.88%39.02%-
HSV(B)61.19º86.29%68.63%-
XYZ32.5139.56.77-
YUV156.8953.01138.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 24 (9.77% from 255) = 6.47%
R=46.36%
G=47.17%
B=6.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175240.0200.860.3161.1975.8839.02
HexACAF1820561F3d4c27
Octal2542573020126377511447
Binary1010110010101111110001001010110111111111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF18; }

 p { color: rgb(172,175,24); }

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

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

 a { background-color: rgb(172,175,24); }

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

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

 span { border-color: rgb(172,175,24); }

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