Shades of Conifer #B0DC69
Tints of Conifer #B0DC69
RGB
CMYK
RGB Variations
Color information
#B0DC69 (or 0xB0DC69) is known color: Conifer. HEX triplet: B0, DC and 69. RGB value is (176,220,105). Sum of RGB (Red+Green+Blue) = 176+220+105=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC69 is #4F2396. Grayscale: #C2C2C2. Windows color (decimal): -5186455 or 6937776. OLE color: 6937776.
HSL color Cylindrical-coordinate representation of color #B0DC69: hue angle of 82.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0DC69 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 105 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.14 |
| HSL | 82.96º | 0.62% | 0.64% | - |
| HSV(B) | 82.96º | 0.52% | 0.86% | - |
| XYZ | 46.05 | 61.44 | 22.8 | - |
| YUV | 193.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 105 | 0.2 | 0 | 0.52 | 0.14 | 82.96 | 0.62 | 0.64 |
| Hex | B0 | DC | 69 | 14 | 0 | 34 | E | 53 | 3E | 40 |
| Octal | 260 | 334 | 151 | 24 | 0 | 64 | 16 | 123 | 76 | 100 |
| Binary | 10110000 | 11011100 | 1101001 | 10100 | 0 | 110100 | 1110 | 1010011 | 111110 | 1000000 |
Color Harmonies of #B0DC69
Complementary color
Monochromatic Colors of #B0DC69
Black with #B0DC69
Text Example
Text Example
White with #B0DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC69; }
p { color: rgb(176,220,105); }
H1.HeaderClassName
{
color: #B0DC69;
}
.AnyTagClassName
{
color: #B0DC69;
}
</style>
background-color css
<style>
a { background-color: #B0DC69; }
a { background-color: rgb(176,220,105); }
div.DivClassName
{
background-color: #B0DC69;
}
.BgClassName
{
background-color: #B0DC69;
}
</style>
border-color css
<style>
span { border-color: #B0DC69; }
span { border-color: rgb(176,220,105); }
td.TdClassName
{
border-color: #B0DC69;
}
.TagClassName
{
border-color: #B0DC69;
}
</style>