Shades of Conifer #B0D55D
Tints of Conifer #B0D55D
RGB
CMYK
RGB Variations
Color information
#B0D55D (or 0xB0D55D) is known color: Conifer. HEX triplet: B0, D5 and 5D. RGB value is (176,213,93). Sum of RGB (Red+Green+Blue) = 176+213+93=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D55D is #4F2AA2. Grayscale: #BCBCBC. Windows color (decimal): -5188259 or 6149552. OLE color: 6149552.
HSL color Cylindrical-coordinate representation of color #B0D55D: hue angle of 78.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0D55D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 93 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.16 |
| HSL | 78.5º | 0.59% | 0.6% | - |
| HSV(B) | 78.5º | 0.56% | 0.84% | - |
| XYZ | 43.67 | 57.61 | 19.17 | - |
| YUV | 188.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 93 | 0.17 | 0 | 0.56 | 0.16 | 78.5 | 0.59 | 0.6 |
| Hex | B0 | D5 | 5D | 11 | 0 | 38 | 10 | 4E | 3B | 3C |
| Octal | 260 | 325 | 135 | 21 | 0 | 70 | 20 | 116 | 73 | 74 |
| Binary | 10110000 | 11010101 | 1011101 | 10001 | 0 | 111000 | 10000 | 1001110 | 111011 | 111100 |
Color Harmonies of #B0D55D
Complementary color
Monochromatic Colors of #B0D55D
Black with #B0D55D
Text Example
Text Example
White with #B0D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D55D; }
p { color: rgb(176,213,93); }
H1.HeaderClassName
{
color: #B0D55D;
}
.AnyTagClassName
{
color: #B0D55D;
}
</style>
background-color css
<style>
a { background-color: #B0D55D; }
a { background-color: rgb(176,213,93); }
div.DivClassName
{
background-color: #B0D55D;
}
.BgClassName
{
background-color: #B0D55D;
}
</style>
border-color css
<style>
span { border-color: #B0D55D; }
span { border-color: rgb(176,213,93); }
td.TdClassName
{
border-color: #B0D55D;
}
.TagClassName
{
border-color: #B0D55D;
}
</style>