#B2D96B

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

Shades of Conifer #B2D96B

Tints of Conifer #B2D96B

Color information

#B2D96B (or 0xB2D96B) is unknown color: approx Conifer. HEX triplet: B2, D9 and 6B. RGB value is (178,217,107). Sum of RGB (Red+Green+Blue) = 178+217+107=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D96B is #4D2694. Grayscale: #C1C1C1. Windows color (decimal): -5056149 or 7068082. OLE color: 7068082.

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

Color convert

RGB178217107-
CMYK0.1800.510.15
HSL81.27º59.14%63.53%-
HSV(B)81.27º50.69%85.1%-
XYZ45.8360.1523.11-
YUV192.879.58117.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=35.46%
G=43.23%
B=21.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171070.1800.510.1581.2759.1463.53
HexB2D96B12033F513b40
Octal262331153220631712173100
Binary10110010110110011101011100100110011111110100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D96B; }

 p { color: rgb(178,217,107); }

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

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

 a { background-color: rgb(178,217,107); }

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

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

 span { border-color: rgb(178,217,107); }

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