Html Css Color HEX #AAC020 Bahia

📋 copy color: '#AAC020'

red 170 ◦ green 192 ◦ blue 32

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

Shades of Bahia #AAC020

Tints of Bahia #AAC020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 43.15%
G = 48.73%
B = 8.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AAC020 (or 0xAAC020) is known color: Bahia. HEX triplet: AA, C0 and 20. RGB value is (170,192,32). Sum of RGB (Red+Green+Blue) = 170+192+32=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC020 is #553FDF. Grayscale: #A7A7A7. Windows color (decimal): -5586912 or 2146474. OLE color: 2146474.

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

Color convert

RGB 170 192 32 -
CMYK 0.11 0 0.83 0.25
HSL 68.25º 0.71% 0.44% -
HSV(B) 68.25º 0.83% 0.75% -
XYZ 35.69 46.35 8.43 -
YUV 167.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 170 192 32 0.11 0 0.83 0.25 68.25 0.71 0.44
Hex AA C0 20 B 0 53 19 44 47 2C
Octal 252 300 40 13 0 123 31 104 107 54
Binary 10101010 11000000 100000 1011 0 1010011 11001 1000100 1000111 101100

Color Harmonies of #AAC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC020

Black with #AAC020

Text Example


Text Example

White with #AAC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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