#A6CB51

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

Shades of Conifer #A6CB51

Tints of Conifer #A6CB51

Color information

#A6CB51 (or 0xA6CB51) is unknown color: approx Conifer. HEX triplet: A6, CB and 51. RGB value is (166,203,81). Sum of RGB (Red+Green+Blue) = 166+203+81=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB51 is #5934AE. Grayscale: #B2B2B2. Windows color (decimal): -5846191 or 5360550. OLE color: 5360550.

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

Color convert

RGB16620381-
CMYK0.1800.600.20
HSL78.2º53.98%55.69%-
HSV(B)78.2º60.1%79.61%-
XYZ38.5751.4115.68-
YUV178.0373.24119.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 81 (32.03% from 255) = 18%
R=36.89%
G=45.11%
B=18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166203810.1800.600.2078.253.9855.69
HexA6CB511203C144e3638
Octal24631312122074241166670
Binary10100110110010111010001100100111100101001001110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CB51; }

 p { color: rgb(166,203,81); }

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

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

 a { background-color: rgb(166,203,81); }

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

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

 span { border-color: rgb(166,203,81); }

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