#A6C959

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

Shades of Conifer #A6C959

Tints of Conifer #A6C959

Color information

#A6C959 (or 0xA6C959) is unknown color: approx Conifer. HEX triplet: A6, C9 and 59. RGB value is (166,201,89). Sum of RGB (Red+Green+Blue) = 166+201+89=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C959 is #5936A6. Grayscale: #B2B2B2. Windows color (decimal): -5846695 or 5884326. OLE color: 5884326.

HSL color Cylindrical-coordinate representation of color #A6C959: hue angle of 78.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6C959 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB16620189-
CMYK0.1700.560.21
HSL78.75º50.91%56.86%-
HSV(B)78.75º55.72%78.82%-
XYZ38.4250.617.19-
YUV177.7777.9119.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 89 (35.16% from 255) = 19.52%
R=36.40%
G=44.08%
B=19.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166201890.1700.560.2178.7550.9156.86
HexA6C95911038154f3339
Octal24631113121070251176371
Binary10100110110010011011001100010111000101011001111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C959; }

 p { color: rgb(166,201,89); }

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

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

 a { background-color: rgb(166,201,89); }

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

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

 span { border-color: rgb(166,201,89); }

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