Shades of Conifer #B0DB61
Tints of Conifer #B0DB61
RGB
CMYK
RGB Variations
Color information
#B0DB61 (or 0xB0DB61) is known color: Conifer. HEX triplet: B0, DB and 61. RGB value is (176,219,97). Sum of RGB (Red+Green+Blue) = 176+219+97=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB61 is #4F249E. Grayscale: #C0C0C0. Windows color (decimal): -5186719 or 6413232. OLE color: 6413232.
HSL color Cylindrical-coordinate representation of color #B0DB61: hue angle of 81.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0DB61 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 97 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.14 |
| HSL | 81.15º | 0.63% | 0.62% | - |
| HSV(B) | 81.15º | 0.56% | 0.86% | - |
| XYZ | 45.39 | 60.76 | 20.64 | - |
| YUV | 192.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 97 | 0.20 | 0 | 0.56 | 0.14 | 81.15 | 0.63 | 0.62 |
| Hex | B0 | DB | 61 | 14 | 0 | 38 | E | 51 | 3F | 3E |
| Octal | 260 | 333 | 141 | 24 | 0 | 70 | 16 | 121 | 77 | 76 |
| Binary | 10110000 | 11011011 | 1100001 | 10100 | 0 | 111000 | 1110 | 1010001 | 111111 | 111110 |
Color Harmonies of #B0DB61
Complementary color
Monochromatic Colors of #B0DB61
Black with #B0DB61
Text Example
Text Example
White with #B0DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB61; }
p { color: rgb(176,219,97); }
H1.HeaderClassName
{
color: #B0DB61;
}
.AnyTagClassName
{
color: #B0DB61;
}
</style>
background-color css
<style>
a { background-color: #B0DB61; }
a { background-color: rgb(176,219,97); }
div.DivClassName
{
background-color: #B0DB61;
}
.BgClassName
{
background-color: #B0DB61;
}
</style>
border-color css
<style>
span { border-color: #B0DB61; }
span { border-color: rgb(176,219,97); }
td.TdClassName
{
border-color: #B0DB61;
}
.TagClassName
{
border-color: #B0DB61;
}
</style>