Html Css Color HEX #AAC010 Bahia

📋 copy color: '#AAC010'

red 170 ◦ green 192 ◦ blue 16

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

Shades of Bahia #AAC010

Tints of Bahia #AAC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 44.97%
G = 50.79%
B = 4.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#AAC010 (or 0xAAC010) is known color: Bahia. HEX triplet: AA, C0 and 10. RGB value is (170,192,16). Sum of RGB (Red+Green+Blue) = 170+192+16=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC010 is #553FEF. Grayscale: #A6A6A6. Windows color (decimal): -5586928 or 1097898. OLE color: 1097898.

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

Color convert

RGB 170 192 16 -
CMYK 0.11 0 0.92 0.25
HSL 67.5º 0.85% 0.41% -
HSV(B) 67.5º 0.92% 0.75% -
XYZ 35.52 46.28 7.55 -
YUV 165.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 170 192 16 0.11 0 0.92 0.25 67.5 0.85 0.41
Hex AA C0 10 B 0 5C 19 44 55 29
Octal 252 300 20 13 0 134 31 104 125 51
Binary 10101010 11000000 10000 1011 0 1011100 11001 1000100 1010101 101001

Color Harmonies of #AAC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC010

Black with #AAC010

Text Example


Text Example

White with #AAC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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