Html Css Color HEX #AAC220 Bahia

📋 copy color: '#AAC220'

red 170 ◦ green 194 ◦ blue 32

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

Shades of Bahia #AAC220

Tints of Bahia #AAC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 42.93%
G = 48.99%
B = 8.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#AAC220 (or 0xAAC220) is known color: Bahia. HEX triplet: AA, C2 and 20. RGB value is (170,194,32). Sum of RGB (Red+Green+Blue) = 170+194+32=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC220 is #553DDF. Grayscale: #A8A8A8. Windows color (decimal): -5586400 or 2146986. OLE color: 2146986.

HSL color Cylindrical-coordinate representation of color #AAC220: hue angle of 68.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC220 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 32 -
CMYK 0.12 0 0.84 0.24
HSL 68.89º 0.72% 0.44% -
HSV(B) 68.89º 0.84% 0.76% -
XYZ 36.13 47.23 8.58 -
YUV 168.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 170 194 32 0.12 0 0.84 0.24 68.89 0.72 0.44
Hex AA C2 20 C 0 54 18 45 48 2C
Octal 252 302 40 14 0 124 30 105 110 54
Binary 10101010 11000010 100000 1100 0 1010100 11000 1000101 1001000 101100

Color Harmonies of #AAC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC220

Black with #AAC220

Text Example


Text Example

White with #AAC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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