#A2BD21

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

Shades of Bahia #A2BD21

Tints of Bahia #A2BD21

Color information

#A2BD21 (or 0xA2BD21) is unknown color: approx Bahia. HEX triplet: A2, BD and 21. RGB value is (162,189,33). Sum of RGB (Red+Green+Blue) = 162+189+33=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD21 is #5D42DE. Grayscale: #A3A3A3. Windows color (decimal): -6111967 or 2211234. OLE color: 2211234.

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

Color convert

RGB16218933-
CMYK0.1400.830.26
HSL70.38º70.27%43.53%-
HSV(B)70.38º82.54%74.12%-
XYZ33.3744.198.21-
YUV163.1454.55127.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=42.19%
G=49.22%
B=8.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189330.1400.830.2670.3870.2743.53
HexA2BD21E0531A46462c
Octal242275411601233210610654
Binary10100010101111011000011110010100111101010001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD21; }

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

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

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

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

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

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

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

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