#B0D96D

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

Shades of Conifer #B0D96D

Tints of Conifer #B0D96D

Color information

#B0D96D (or 0xB0D96D) is unknown color: approx Conifer. HEX triplet: B0, D9 and 6D. RGB value is (176,217,109). Sum of RGB (Red+Green+Blue) = 176+217+109=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D96D is #4F2692. Grayscale: #C0C0C0. Windows color (decimal): -5187219 or 7199152. OLE color: 7199152.

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

Color convert

RGB176217109-
CMYK0.1900.500.15
HSL82.78º58.7%63.92%-
HSV(B)82.78º49.77%85.1%-
XYZ45.4859.9623.64-
YUV192.4380.92116.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=35.06%
G=43.23%
B=21.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171090.1900.500.1582.7858.763.92
HexB0D96D13032F533b40
Octal260331155230621712373100
Binary10110000110110011101101100110110010111110100111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D96D; }

 p { color: rgb(176,217,109); }

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

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

 a { background-color: rgb(176,217,109); }

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

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

 span { border-color: rgb(176,217,109); }

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