Shades of Conifer #B0DC66
Tints of Conifer #B0DC66
RGB
CMYK
RGB Variations
Color information
#B0DC66 (or 0xB0DC66) is known color: Conifer. HEX triplet: B0, DC and 66. RGB value is (176,220,102). Sum of RGB (Red+Green+Blue) = 176+220+102=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC66 is #4F2399. Grayscale: #C1C1C1. Windows color (decimal): -5186458 or 6741168. OLE color: 6741168.
HSL color Cylindrical-coordinate representation of color #B0DC66: hue angle of 82.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0DC66 is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 102 | - |
| CMYK | 0.2 | 0 | 0.54 | 0.14 |
| HSL | 82.37º | 0.63% | 0.63% | - |
| HSV(B) | 82.37º | 0.54% | 0.86% | - |
| XYZ | 45.9 | 61.38 | 22 | - |
| YUV | 193.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 102 | 0.2 | 0 | 0.54 | 0.14 | 82.37 | 0.63 | 0.63 |
| Hex | B0 | DC | 66 | 14 | 0 | 36 | E | 52 | 3F | 3F |
| Octal | 260 | 334 | 146 | 24 | 0 | 66 | 16 | 122 | 77 | 77 |
| Binary | 10110000 | 11011100 | 1100110 | 10100 | 0 | 110110 | 1110 | 1010010 | 111111 | 111111 |
Color Harmonies of #B0DC66
Complementary color
Monochromatic Colors of #B0DC66
Black with #B0DC66
Text Example
Text Example
White with #B0DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC66; }
p { color: rgb(176,220,102); }
H1.HeaderClassName
{
color: #B0DC66;
}
.AnyTagClassName
{
color: #B0DC66;
}
</style>
background-color css
<style>
a { background-color: #B0DC66; }
a { background-color: rgb(176,220,102); }
div.DivClassName
{
background-color: #B0DC66;
}
.BgClassName
{
background-color: #B0DC66;
}
</style>
border-color css
<style>
span { border-color: #B0DC66; }
span { border-color: rgb(176,220,102); }
td.TdClassName
{
border-color: #B0DC66;
}
.TagClassName
{
border-color: #B0DC66;
}
</style>