Html Css Color HEX #AAC221 Bahia

📋 copy color: '#AAC221'

red 170 ◦ green 194 ◦ blue 33

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

Shades of Bahia #AAC221

Tints of Bahia #AAC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 42.82%
G = 48.87%
B = 8.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AAC221 (or 0xAAC221) is known color: Bahia. HEX triplet: AA, C2 and 21. RGB value is (170,194,33). Sum of RGB (Red+Green+Blue) = 170+194+33=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC221 is #553DDE. Grayscale: #A9A9A9. Windows color (decimal): -5586399 or 2212522. OLE color: 2212522.

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

Color convert

RGB 170 194 33 -
CMYK 0.12 0 0.83 0.24
HSL 68.94º 0.71% 0.45% -
HSV(B) 68.94º 0.83% 0.76% -
XYZ 36.14 47.24 8.65 -
YUV 168.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 170 194 33 0.12 0 0.83 0.24 68.94 0.71 0.45
Hex AA C2 21 C 0 53 18 45 47 2D
Octal 252 302 41 14 0 123 30 105 107 55
Binary 10101010 11000010 100001 1100 0 1010011 11000 1000101 1000111 101101

Color Harmonies of #AAC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC221

Black with #AAC221

Text Example


Text Example

White with #AAC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC221; }

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

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

background-color css

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

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

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

border-color css

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

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

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