Html Css Color HEX #AAC011 Bahia

📋 copy color: '#AAC011'

red 170 ◦ green 192 ◦ blue 17

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

Shades of Bahia #AAC011

Tints of Bahia #AAC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 44.85%
G = 50.66%
B = 4.49%

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

#AAC011 (or 0xAAC011) is known color: Bahia. HEX triplet: AA, C0 and 11. RGB value is (170,192,17). Sum of RGB (Red+Green+Blue) = 170+192+17=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC011 is #553FEE. Grayscale: #A6A6A6. Windows color (decimal): -5586927 or 1163434. OLE color: 1163434.

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

Color convert

RGB 170 192 17 -
CMYK 0.11 0 0.91 0.25
HSL 67.54º 0.84% 0.41% -
HSV(B) 67.54º 0.91% 0.75% -
XYZ 35.53 46.29 7.59 -
YUV 165.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 170 192 17 0.11 0 0.91 0.25 67.54 0.84 0.41
Hex AA C0 11 B 0 5B 19 44 54 29
Octal 252 300 21 13 0 133 31 104 124 51
Binary 10101010 11000000 10001 1011 0 1011011 11001 1000100 1010100 101001

Color Harmonies of #AAC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC011

Black with #AAC011

Text Example


Text Example

White with #AAC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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