#A3CB5A

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

Shades of Conifer #A3CB5A

Tints of Conifer #A3CB5A

Color information

#A3CB5A (or 0xA3CB5A) is unknown color: approx Conifer. HEX triplet: A3, CB and 5A. RGB value is (163,203,90). Sum of RGB (Red+Green+Blue) = 163+203+90=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB5A is #5C34A5. Grayscale: #B2B2B2. Windows color (decimal): -6042790 or 5950371. OLE color: 5950371.

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

Color convert

RGB16320390-
CMYK0.2000.560.20
HSL81.24º52.07%57.45%-
HSV(B)81.24º55.67%79.61%-
XYZ38.3151.2417.54-
YUV178.1678.25117.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=35.75%
G=44.52%
B=19.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203900.2000.560.2081.2452.0757.45
HexA3CB5A1403814513439
Octal24331313224070241216471
Binary10100011110010111011010101000111000101001010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB5A; }

 p { color: rgb(163,203,90); }

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

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

 a { background-color: rgb(163,203,90); }

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

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

 span { border-color: rgb(163,203,90); }

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