Shades of Conifer #B0D25B
Tints of Conifer #B0D25B
RGB
CMYK
RGB Variations
Color information
#B0D25B (or 0xB0D25B) is known color: Conifer. HEX triplet: B0, D2 and 5B. RGB value is (176,210,91). Sum of RGB (Red+Green+Blue) = 176+210+91=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D25B is #4F2DA4. Grayscale: #BABABA. Windows color (decimal): -5189029 or 6017712. OLE color: 6017712.
HSL color Cylindrical-coordinate representation of color #B0D25B: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0D25B is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 91 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.18 |
| HSL | 77.14º | 0.57% | 0.59% | - |
| HSV(B) | 77.14º | 0.57% | 0.82% | - |
| XYZ | 42.84 | 56.08 | 18.46 | - |
| YUV | 186.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 91 | 0.16 | 0 | 0.57 | 0.18 | 77.14 | 0.57 | 0.59 |
| Hex | B0 | D2 | 5B | 10 | 0 | 39 | 12 | 4D | 39 | 3B |
| Octal | 260 | 322 | 133 | 20 | 0 | 71 | 22 | 115 | 71 | 73 |
| Binary | 10110000 | 11010010 | 1011011 | 10000 | 0 | 111001 | 10010 | 1001101 | 111001 | 111011 |
Color Harmonies of #B0D25B
Complementary color
Monochromatic Colors of #B0D25B
Black with #B0D25B
Text Example
Text Example
White with #B0D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D25B; }
p { color: rgb(176,210,91); }
H1.HeaderClassName
{
color: #B0D25B;
}
.AnyTagClassName
{
color: #B0D25B;
}
</style>
background-color css
<style>
a { background-color: #B0D25B; }
a { background-color: rgb(176,210,91); }
div.DivClassName
{
background-color: #B0D25B;
}
.BgClassName
{
background-color: #B0D25B;
}
</style>
border-color css
<style>
span { border-color: #B0D25B; }
span { border-color: rgb(176,210,91); }
td.TdClassName
{
border-color: #B0D25B;
}
.TagClassName
{
border-color: #B0D25B;
}
</style>