Shades of Conifer #B0CE55
Tints of Conifer #B0CE55
RGB
CMYK
RGB Variations
Color information
#B0CE55 (or 0xB0CE55) is known color: Conifer. HEX triplet: B0, CE and 55. RGB value is (176,206,85). Sum of RGB (Red+Green+Blue) = 176+206+85=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE55 is #4F31AA. Grayscale: #B7B7B7. Windows color (decimal): -5190059 or 5623472. OLE color: 5623472.
HSL color Cylindrical-coordinate representation of color #B0CE55: hue angle of 74.88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0CE55 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 85 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.19 |
| HSL | 74.88º | 0.55% | 0.57% | - |
| HSV(B) | 74.88º | 0.59% | 0.81% | - |
| XYZ | 41.62 | 54.03 | 16.83 | - |
| YUV | 183.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 85 | 0.15 | 0 | 0.59 | 0.19 | 74.88 | 0.55 | 0.57 |
| Hex | B0 | CE | 55 | F | 0 | 3B | 13 | 4B | 37 | 39 |
| Octal | 260 | 316 | 125 | 17 | 0 | 73 | 23 | 113 | 67 | 71 |
| Binary | 10110000 | 11001110 | 1010101 | 1111 | 0 | 111011 | 10011 | 1001011 | 110111 | 111001 |
Color Harmonies of #B0CE55
Complementary color
Monochromatic Colors of #B0CE55
Black with #B0CE55
Text Example
Text Example
White with #B0CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE55; }
p { color: rgb(176,206,85); }
H1.HeaderClassName
{
color: #B0CE55;
}
.AnyTagClassName
{
color: #B0CE55;
}
</style>
background-color css
<style>
a { background-color: #B0CE55; }
a { background-color: rgb(176,206,85); }
div.DivClassName
{
background-color: #B0CE55;
}
.BgClassName
{
background-color: #B0CE55;
}
</style>
border-color css
<style>
span { border-color: #B0CE55; }
span { border-color: rgb(176,206,85); }
td.TdClassName
{
border-color: #B0CE55;
}
.TagClassName
{
border-color: #B0CE55;
}
</style>