Html Css Color HEX #AAC012 Bahia

📋 copy color: '#AAC012'

red 170 ◦ green 192 ◦ blue 18

#AAC012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAC012

Tints of Bahia #AAC012

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

 GREEN value IS 192 (75.39% from 255) = 50.53%

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 44.74%
G = 50.53%
B = 4.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#AAC012 (or 0xAAC012) is known color: Bahia. HEX triplet: AA, C0 and 12. RGB value is (170,192,18). Sum of RGB (Red+Green+Blue) = 170+192+18=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC012 is #553FED. Grayscale: #A6A6A6. Windows color (decimal): -5586926 or 1228970. OLE color: 1228970.

HSL color Cylindrical-coordinate representation of color #AAC012: hue angle of 67.59º 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 #AAC012 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 18 -
CMYK 0.11 0 0.91 0.25
HSL 67.59º 0.83% 0.41% -
HSV(B) 67.59º 0.91% 0.75% -
XYZ 35.54 46.29 7.63 -
YUV 165.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 170 192 18 0.11 0 0.91 0.25 67.59 0.83 0.41
Hex AA C0 12 B 0 5B 19 44 53 29
Octal 252 300 22 13 0 133 31 104 123 51
Binary 10101010 11000000 10010 1011 0 1011011 11001 1000100 1010011 101001

Color Harmonies of #AAC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC012

Black with #AAC012

Text Example


Text Example

White with #AAC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC012; }

 p { color: rgb(170,192,18); }

 H1.HeaderClassName
 {
   color: #AAC012;
 }
 .AnyTagClassName
 {
   color: #AAC012;
 }
</style>

background-color css

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

 a { background-color: rgb(170,192,18); }

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

border-color css

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

 span { border-color: rgb(170,192,18); }

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