#A2C916

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

Shades of Bahia #A2C916

Tints of Bahia #A2C916

Color information

#A2C916 (or 0xA2C916) is unknown color: approx Bahia. HEX triplet: A2, C9 and 16. RGB value is (162,201,22). Sum of RGB (Red+Green+Blue) = 162+201+22=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C916 is #5D36E9. Grayscale: #A9A9A9. Windows color (decimal): -6108906 or 1493410. OLE color: 1493410.

HSL color Cylindrical-coordinate representation of color #A2C916: hue angle of 73.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2C916 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB16220122-
CMYK0.1900.890.21
HSL73.07º80.27%43.73%-
HSV(B)73.07º89.05%78.82%-
XYZ35.9349.518.42-
YUV168.9345.08123.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 22 (8.98% from 255) = 5.71%
R=42.08%
G=52.21%
B=5.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162201220.1900.890.2173.0780.2743.73
HexA2C916130591549502c
Octal242311262301312511112054
Binary10100010110010011011010011010110011010110010011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C916; }

 p { color: rgb(162,201,22); }

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

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

 a { background-color: rgb(162,201,22); }

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

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

 span { border-color: rgb(162,201,22); }

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