#B6D96A

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

Shades of Conifer #B6D96A

Tints of Conifer #B6D96A

Color information

#B6D96A (or 0xB6D96A) is unknown color: approx Conifer. HEX triplet: B6, D9 and 6A. RGB value is (182,217,106). Sum of RGB (Red+Green+Blue) = 182+217+106=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D96A is #492695. Grayscale: #C2C2C2. Windows color (decimal): -4794006 or 7002550. OLE color: 7002550.

HSL color Cylindrical-coordinate representation of color #B6D96A: hue angle of 78.92º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6D96A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB182217106-
CMYK0.1600.510.15
HSL78.92º59.36%63.33%-
HSV(B)78.92º51.15%85.1%-
XYZ46.7160.6122.87-
YUV193.8878.4119.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=36.04%
G=42.97%
B=20.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171060.1600.510.1578.9259.3663.33
HexB6D96A10033F4f3b3f
Octal26633115220063171177377
Binary1011011011011001110101010000011001111111001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D96A; }

 p { color: rgb(182,217,106); }

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

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

 a { background-color: rgb(182,217,106); }

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

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

 span { border-color: rgb(182,217,106); }

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