#A2BB20

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

Shades of Bahia #A2BB20

Tints of Bahia #A2BB20

Color information

#A2BB20 (or 0xA2BB20) is unknown color: approx Bahia. HEX triplet: A2, BB and 20. RGB value is (162,187,32). Sum of RGB (Red+Green+Blue) = 162+187+32=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB20 is #5D44DF. Grayscale: #A2A2A2. Windows color (decimal): -6112480 or 2145186. OLE color: 2145186.

HSL color Cylindrical-coordinate representation of color #A2BB20: hue angle of 69.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2BB20 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB16218732-
CMYK0.1300.830.27
HSL69.68º70.78%42.94%-
HSV(B)69.68º82.89%73.33%-
XYZ32.9343.337.99-
YUV161.8554.72128.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 32 (12.89% from 255) = 8.40%
R=42.52%
G=49.08%
B=8.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162187320.1300.830.2769.6870.7842.94
HexA2BB20D0531B46472b
Octal242273401501233310610753
Binary10100010101110111000001101010100111101110001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB20; }

 p { color: rgb(162,187,32); }

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

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

 a { background-color: rgb(162,187,32); }

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

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

 span { border-color: rgb(162,187,32); }

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