Shades of Conifer #B0CE5D
Tints of Conifer #B0CE5D
RGB
CMYK
RGB Variations
Color information
#B0CE5D (or 0xB0CE5D) is known color: Conifer. HEX triplet: B0, CE and 5D. RGB value is (176,206,93). Sum of RGB (Red+Green+Blue) = 176+206+93=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE5D is #4F31A2. Grayscale: #B8B8B8. Windows color (decimal): -5190051 or 6147760. OLE color: 6147760.
HSL color Cylindrical-coordinate representation of color #B0CE5D: hue angle of 75.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0CE5D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 93 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.19 |
| HSL | 75.93º | 0.54% | 0.59% | - |
| HSV(B) | 75.93º | 0.55% | 0.81% | - |
| XYZ | 41.95 | 54.16 | 18.6 | - |
| YUV | 184.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 93 | 0.15 | 0 | 0.55 | 0.19 | 75.93 | 0.54 | 0.59 |
| Hex | B0 | CE | 5D | F | 0 | 37 | 13 | 4C | 36 | 3B |
| Octal | 260 | 316 | 135 | 17 | 0 | 67 | 23 | 114 | 66 | 73 |
| Binary | 10110000 | 11001110 | 1011101 | 1111 | 0 | 110111 | 10011 | 1001100 | 110110 | 111011 |
Color Harmonies of #B0CE5D
Complementary color
Monochromatic Colors of #B0CE5D
Black with #B0CE5D
Text Example
Text Example
White with #B0CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE5D; }
p { color: rgb(176,206,93); }
H1.HeaderClassName
{
color: #B0CE5D;
}
.AnyTagClassName
{
color: #B0CE5D;
}
</style>
background-color css
<style>
a { background-color: #B0CE5D; }
a { background-color: rgb(176,206,93); }
div.DivClassName
{
background-color: #B0CE5D;
}
.BgClassName
{
background-color: #B0CE5D;
}
</style>
border-color css
<style>
span { border-color: #B0CE5D; }
span { border-color: rgb(176,206,93); }
td.TdClassName
{
border-color: #B0CE5D;
}
.TagClassName
{
border-color: #B0CE5D;
}
</style>