#a2cc21

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

Shades of Bahia #A2CC21

Tints of Bahia #A2CC21

Color information

#A2CC21 (or 0xA2CC21) is unknown color: approx Bahia. HEX triplet: A2, CC and 21. RGB value is (162,204,33). Sum of RGB (Red+Green+Blue) = 162+204+33=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC21 is #5D33DE. Grayscale: #ACACAC. Windows color (decimal): -6108127 or 2215074. OLE color: 2215074.

HSL color Cylindrical-coordinate representation of color #A2CC21: hue angle of 74.74º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2CC21 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB16220433-
CMYK0.2100.840.2
HSL74.74º72.15%46.47%-
HSV(B)74.74º83.82%80%-
XYZ36.7750.989.34-
YUV171.9549.59120.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 33 (13.28% from 255) = 8.27%
R=40.60%
G=51.13%
B=8.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162204330.2100.840.274.7472.1546.47
HexA2CC2115054144b482e
Octal242314412501242411311056
Binary101000101100110010000110101010101001010010010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2cc21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2cc21; }

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

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

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

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

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

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

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

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