Shades of Conifer #B0DC6D
Tints of Conifer #B0DC6D
RGB
CMYK
RGB Variations
Color information
#B0DC6D (or 0xB0DC6D) is known color: Conifer. HEX triplet: B0, DC and 6D. RGB value is (176,220,109). Sum of RGB (Red+Green+Blue) = 176+220+109=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC6D is #4F2392. Grayscale: #C2C2C2. Windows color (decimal): -5186451 or 7199920. OLE color: 7199920.
HSL color Cylindrical-coordinate representation of color #B0DC6D: hue angle of 83.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0DC6D is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 109 | - |
| CMYK | 0.2 | 0 | 0.50 | 0.14 |
| HSL | 83.78º | 0.61% | 0.65% | - |
| HSV(B) | 83.78º | 0.5% | 0.86% | - |
| XYZ | 46.26 | 61.52 | 23.9 | - |
| YUV | 194.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 109 | 0.2 | 0 | 0.50 | 0.14 | 83.78 | 0.61 | 0.65 |
| Hex | B0 | DC | 6D | 14 | 0 | 32 | E | 54 | 3D | 41 |
| Octal | 260 | 334 | 155 | 24 | 0 | 62 | 16 | 124 | 75 | 101 |
| Binary | 10110000 | 11011100 | 1101101 | 10100 | 0 | 110010 | 1110 | 1010100 | 111101 | 1000001 |
Color Harmonies of #B0DC6D
Complementary color
Monochromatic Colors of #B0DC6D
Black with #B0DC6D
Text Example
Text Example
White with #B0DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC6D; }
p { color: rgb(176,220,109); }
H1.HeaderClassName
{
color: #B0DC6D;
}
.AnyTagClassName
{
color: #B0DC6D;
}
</style>
background-color css
<style>
a { background-color: #B0DC6D; }
a { background-color: rgb(176,220,109); }
div.DivClassName
{
background-color: #B0DC6D;
}
.BgClassName
{
background-color: #B0DC6D;
}
</style>
border-color css
<style>
span { border-color: #B0DC6D; }
span { border-color: rgb(176,220,109); }
td.TdClassName
{
border-color: #B0DC6D;
}
.TagClassName
{
border-color: #B0DC6D;
}
</style>