Shades of Conifer #B0DB63
Tints of Conifer #B0DB63
RGB
CMYK
RGB Variations
Color information
#B0DB63 (or 0xB0DB63) is known color: Conifer. HEX triplet: B0, DB and 63. RGB value is (176,219,99). Sum of RGB (Red+Green+Blue) = 176+219+99=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB63 is #4F249C. Grayscale: #C0C0C0. Windows color (decimal): -5186717 or 6544304. OLE color: 6544304.
HSL color Cylindrical-coordinate representation of color #B0DB63: hue angle of 81.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0DB63 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 99 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.14 |
| HSL | 81.5º | 0.63% | 0.62% | - |
| HSV(B) | 81.5º | 0.55% | 0.86% | - |
| XYZ | 45.49 | 60.79 | 21.14 | - |
| YUV | 192.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 99 | 0.20 | 0 | 0.55 | 0.14 | 81.5 | 0.63 | 0.62 |
| Hex | B0 | DB | 63 | 14 | 0 | 37 | E | 52 | 3E | 3E |
| Octal | 260 | 333 | 143 | 24 | 0 | 67 | 16 | 122 | 76 | 76 |
| Binary | 10110000 | 11011011 | 1100011 | 10100 | 0 | 110111 | 1110 | 1010010 | 111110 | 111110 |
Color Harmonies of #B0DB63
Complementary color
Monochromatic Colors of #B0DB63
Black with #B0DB63
Text Example
Text Example
White with #B0DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB63; }
p { color: rgb(176,219,99); }
H1.HeaderClassName
{
color: #B0DB63;
}
.AnyTagClassName
{
color: #B0DB63;
}
</style>
background-color css
<style>
a { background-color: #B0DB63; }
a { background-color: rgb(176,219,99); }
div.DivClassName
{
background-color: #B0DB63;
}
.BgClassName
{
background-color: #B0DB63;
}
</style>
border-color css
<style>
span { border-color: #B0DB63; }
span { border-color: rgb(176,219,99); }
td.TdClassName
{
border-color: #B0DB63;
}
.TagClassName
{
border-color: #B0DB63;
}
</style>