Shades of Conifer #B0DB5D
Tints of Conifer #B0DB5D
RGB
CMYK
RGB Variations
Color information
#B0DB5D (or 0xB0DB5D) is known color: Conifer. HEX triplet: B0, DB and 5D. RGB value is (176,219,93). Sum of RGB (Red+Green+Blue) = 176+219+93=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB5D is #4F24A2. Grayscale: #C0C0C0. Windows color (decimal): -5186723 or 6151088. OLE color: 6151088.
HSL color Cylindrical-coordinate representation of color #B0DB5D: hue angle of 80.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DB5D is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 93 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.14 |
| HSL | 80.48º | 0.64% | 0.61% | - |
| HSV(B) | 80.48º | 0.58% | 0.86% | - |
| XYZ | 45.21 | 60.68 | 19.69 | - |
| YUV | 191.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 93 | 0.20 | 0 | 0.58 | 0.14 | 80.48 | 0.64 | 0.61 |
| Hex | B0 | DB | 5D | 14 | 0 | 3A | E | 50 | 40 | 3D |
| Octal | 260 | 333 | 135 | 24 | 0 | 72 | 16 | 120 | 100 | 75 |
| Binary | 10110000 | 11011011 | 1011101 | 10100 | 0 | 111010 | 1110 | 1010000 | 1000000 | 111101 |
Color Harmonies of #B0DB5D
Complementary color
Monochromatic Colors of #B0DB5D
Black with #B0DB5D
Text Example
Text Example
White with #B0DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB5D; }
p { color: rgb(176,219,93); }
H1.HeaderClassName
{
color: #B0DB5D;
}
.AnyTagClassName
{
color: #B0DB5D;
}
</style>
background-color css
<style>
a { background-color: #B0DB5D; }
a { background-color: rgb(176,219,93); }
div.DivClassName
{
background-color: #B0DB5D;
}
.BgClassName
{
background-color: #B0DB5D;
}
</style>
border-color css
<style>
span { border-color: #B0DB5D; }
span { border-color: rgb(176,219,93); }
td.TdClassName
{
border-color: #B0DB5D;
}
.TagClassName
{
border-color: #B0DB5D;
}
</style>