Shades of Conifer #B0CE4C
Tints of Conifer #B0CE4C
RGB
CMYK
RGB Variations
Color information
#B0CE4C (or 0xB0CE4C) is known color: Conifer. HEX triplet: B0, CE and 4C. RGB value is (176,206,76). Sum of RGB (Red+Green+Blue) = 176+206+76=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE4C is #4F31B3. Grayscale: #B6B6B6. Windows color (decimal): -5190068 or 5033648. OLE color: 5033648.
HSL color Cylindrical-coordinate representation of color #B0CE4C: hue angle of 73.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0CE4C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 76 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.19 |
| HSL | 73.85º | 0.57% | 0.55% | - |
| HSV(B) | 73.85º | 0.63% | 0.81% | - |
| XYZ | 41.28 | 53.89 | 15.06 | - |
| YUV | 182.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 76 | 0.15 | 0 | 0.63 | 0.19 | 73.85 | 0.57 | 0.55 |
| Hex | B0 | CE | 4C | F | 0 | 3F | 13 | 4A | 39 | 37 |
| Octal | 260 | 316 | 114 | 17 | 0 | 77 | 23 | 112 | 71 | 67 |
| Binary | 10110000 | 11001110 | 1001100 | 1111 | 0 | 111111 | 10011 | 1001010 | 111001 | 110111 |
Color Harmonies of #B0CE4C
Complementary color
Monochromatic Colors of #B0CE4C
Black with #B0CE4C
Text Example
Text Example
White with #B0CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE4C; }
p { color: rgb(176,206,76); }
H1.HeaderClassName
{
color: #B0CE4C;
}
.AnyTagClassName
{
color: #B0CE4C;
}
</style>
background-color css
<style>
a { background-color: #B0CE4C; }
a { background-color: rgb(176,206,76); }
div.DivClassName
{
background-color: #B0CE4C;
}
.BgClassName
{
background-color: #B0CE4C;
}
</style>
border-color css
<style>
span { border-color: #B0CE4C; }
span { border-color: rgb(176,206,76); }
td.TdClassName
{
border-color: #B0CE4C;
}
.TagClassName
{
border-color: #B0CE4C;
}
</style>