#A2CB5B

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

Shades of Conifer #A2CB5B

Tints of Conifer #A2CB5B

Color information

#A2CB5B (or 0xA2CB5B) is unknown color: approx Conifer. HEX triplet: A2, CB and 5B. RGB value is (162,203,91). Sum of RGB (Red+Green+Blue) = 162+203+91=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB5B is #5D34A4. Grayscale: #B2B2B2. Windows color (decimal): -6108325 or 6015906. OLE color: 6015906.

HSL color Cylindrical-coordinate representation of color #A2CB5B: hue angle of 81.96º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2CB5B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB16220391-
CMYK0.2000.550.20
HSL81.96º51.85%57.65%-
HSV(B)81.96º55.17%79.61%-
XYZ38.1451.1517.76-
YUV177.9778.92116.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=35.53%
G=44.52%
B=19.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162203910.2000.550.2081.9651.8557.65
HexA2CB5B140371452343a
Octal24231313324067241226472
Binary10100010110010111011011101000110111101001010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB5B; }

 p { color: rgb(162,203,91); }

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

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

 a { background-color: rgb(162,203,91); }

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

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

 span { border-color: rgb(162,203,91); }

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