#B0D962

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

Shades of Conifer #B0D962

Tints of Conifer #B0D962

Color information

#B0D962 (or 0xB0D962) is unknown color: approx Conifer. HEX triplet: B0, D9 and 62. RGB value is (176,217,98). Sum of RGB (Red+Green+Blue) = 176+217+98=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D962 is #4F269D. Grayscale: #BFBFBF. Windows color (decimal): -5187230 or 6478256. OLE color: 6478256.

HSL color Cylindrical-coordinate representation of color #B0D962: hue angle of 80.67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0D962 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB17621798-
CMYK0.1900.550.15
HSL80.67º61.03%61.76%-
HSV(B)80.67º54.84%85.1%-
XYZ44.9259.7420.72-
YUV191.1875.42117.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=35.85%
G=44.20%
B=19.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176217980.1900.550.1580.6761.0361.76
HexB0D96213037F513d3e
Octal26033114223067171217576
Binary1011000011011001110001010011011011111111010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D962; }

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

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

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

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

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

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

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

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