Shades of Conifer #B0DB5C
Tints of Conifer #B0DB5C
RGB
CMYK
RGB Variations
Color information
#B0DB5C (or 0xB0DB5C) is known color: Conifer. HEX triplet: B0, DB and 5C. RGB value is (176,219,92). Sum of RGB (Red+Green+Blue) = 176+219+92=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB5C is #4F24A3. Grayscale: #C0C0C0. Windows color (decimal): -5186724 or 6085552. OLE color: 6085552.
HSL color Cylindrical-coordinate representation of color #B0DB5C: hue angle of 80.31º 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 #B0DB5C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 92 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.14 |
| HSL | 80.31º | 0.64% | 0.61% | - |
| HSV(B) | 80.31º | 0.58% | 0.86% | - |
| XYZ | 45.17 | 60.67 | 19.45 | - |
| YUV | 191.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 92 | 0.20 | 0 | 0.58 | 0.14 | 80.31 | 0.64 | 0.61 |
| Hex | B0 | DB | 5C | 14 | 0 | 3A | E | 50 | 40 | 3D |
| Octal | 260 | 333 | 134 | 24 | 0 | 72 | 16 | 120 | 100 | 75 |
| Binary | 10110000 | 11011011 | 1011100 | 10100 | 0 | 111010 | 1110 | 1010000 | 1000000 | 111101 |
Color Harmonies of #B0DB5C
Complementary color
Monochromatic Colors of #B0DB5C
Black with #B0DB5C
Text Example
Text Example
White with #B0DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB5C; }
p { color: rgb(176,219,92); }
H1.HeaderClassName
{
color: #B0DB5C;
}
.AnyTagClassName
{
color: #B0DB5C;
}
</style>
background-color css
<style>
a { background-color: #B0DB5C; }
a { background-color: rgb(176,219,92); }
div.DivClassName
{
background-color: #B0DB5C;
}
.BgClassName
{
background-color: #B0DB5C;
}
</style>
border-color css
<style>
span { border-color: #B0DB5C; }
span { border-color: rgb(176,219,92); }
td.TdClassName
{
border-color: #B0DB5C;
}
.TagClassName
{
border-color: #B0DB5C;
}
</style>