#AACA0C

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

Shades of Bahia #AACA0C

Tints of Bahia #AACA0C

Color information

#AACA0C (or 0xAACA0C) is unknown color: approx Bahia. HEX triplet: AA, CA and 0C. RGB value is (170,202,12). Sum of RGB (Red+Green+Blue) = 170+202+12=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA0C is #5535F3. Grayscale: #ABABAB. Windows color (decimal): -5584372 or 838314. OLE color: 838314.

HSL color Cylindrical-coordinate representation of color #AACA0C: hue angle of 70.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AACA0C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB17020212-
CMYK0.1600.940.21
HSL70.11º88.79%41.96%-
HSV(B)70.11º94.06%79.22%-
XYZ37.7650.818.17-
YUV170.7738.4127.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 202 (79.30% from 255) = 52.60%
BLUE value IS 12 (5.08% from 255) = 3.12%
R=44.27%
G=52.60%
B=3.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202120.1600.940.2170.1188.7941.96
HexAACAC1005E1546592a
Octal252312142001362510613152
Binary1010101011001010110010000010111101010110001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA0C; }

 p { color: rgb(170,202,12); }

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

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

 a { background-color: rgb(170,202,12); }

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

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

 span { border-color: rgb(170,202,12); }

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