#AAC22B

Color #AAC22B Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AAC22B

Tints of Bahia #AAC22B

Color information

#AAC22B (or 0xAAC22B) is unknown color: approx Bahia. HEX triplet: AA, C2 and 2B. RGB value is (170,194,43). Sum of RGB (Red+Green+Blue) = 170+194+43=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC22B is #553DD4. Grayscale: #AAAAAA. Windows color (decimal): -5586389 or 2867882. OLE color: 2867882.

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

Color convert

RGB17019443-
CMYK0.1200.780.24
HSL69.54º63.71%46.47%-
HSV(B)69.54º77.84%76.08%-
XYZ36.3147.39.5-
YUV169.6156.55128.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 194 (76.17% from 255) = 47.67%
BLUE value IS 43 (17.19% from 255) = 10.57%
R=41.77%
G=47.67%
B=10.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194430.1200.780.2469.5463.7146.47
HexAAC22BC04E1846402e
Octal252302531401163010610056
Binary10101010110000101010111100010011101100010001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC22B; }

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

 H1.HeaderClassName
 {
   color: #AAC22B;
 }
 .AnyTagClassName
 {
   color: #AAC22B;
 }
</style>
background-color css

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

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

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

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

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

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