#B0D964

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

Shades of Conifer #B0D964

Tints of Conifer #B0D964

Color information

#B0D964 (or 0xB0D964) is unknown color: approx Conifer. HEX triplet: B0, D9 and 64. RGB value is (176,217,100). Sum of RGB (Red+Green+Blue) = 176+217+100=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D964 is #4F269B. Grayscale: #BFBFBF. Windows color (decimal): -5187228 or 6609328. OLE color: 6609328.

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

Color convert

RGB176217100-
CMYK0.1900.540.15
HSL81.03º60.62%62.16%-
HSV(B)81.03º53.92%85.1%-
XYZ45.0259.7821.22-
YUV191.476.42117.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=35.70%
G=44.02%
B=20.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171000.1900.540.1581.0360.6262.16
HexB0D96413036F513d3e
Octal26033114423066171217576
Binary1011000011011001110010010011011011011111010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D964; }

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

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

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

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

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

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

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

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