#A2BC21

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

Shades of Bahia #A2BC21

Tints of Bahia #A2BC21

Color information

#A2BC21 (or 0xA2BC21) is unknown color: approx Bahia. HEX triplet: A2, BC and 21. RGB value is (162,188,33). Sum of RGB (Red+Green+Blue) = 162+188+33=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC21 is #5D43DE. Grayscale: #A3A3A3. Windows color (decimal): -6112223 or 2210978. OLE color: 2210978.

HSL color Cylindrical-coordinate representation of color #A2BC21: hue angle of 70.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2BC21 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB16218833-
CMYK0.1400.820.26
HSL70.06º70.14%43.33%-
HSV(B)70.06º82.45%73.73%-
XYZ33.1643.768.14-
YUV162.5654.89127.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=42.30%
G=49.09%
B=8.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162188330.1400.820.2670.0670.1443.33
HexA2BC21E0521A46462b
Octal242274411601223210610653
Binary10100010101111001000011110010100101101010001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC21; }

 p { color: rgb(162,188,33); }

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

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

 a { background-color: rgb(162,188,33); }

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

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

 span { border-color: rgb(162,188,33); }

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