Shades of Conifer #B0DD6A
Tints of Conifer #B0DD6A
RGB
CMYK
RGB Variations
Color information
#B0DD6A (or 0xB0DD6A) is known color: Conifer. HEX triplet: B0, DD and 6A. RGB value is (176,221,106). Sum of RGB (Red+Green+Blue) = 176+221+106=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD6A is #4F2295. Grayscale: #C2C2C2. Windows color (decimal): -5186198 or 7003568. OLE color: 7003568.
HSL color Cylindrical-coordinate representation of color #B0DD6A: hue angle of 83.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0DD6A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 106 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.13 |
| HSL | 83.48º | 0.63% | 0.64% | - |
| HSV(B) | 83.48º | 0.52% | 0.87% | - |
| XYZ | 46.36 | 61.98 | 23.16 | - |
| YUV | 194.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 106 | 0.20 | 0 | 0.52 | 0.13 | 83.48 | 0.63 | 0.64 |
| Hex | B0 | DD | 6A | 14 | 0 | 34 | D | 53 | 3F | 40 |
| Octal | 260 | 335 | 152 | 24 | 0 | 64 | 15 | 123 | 77 | 100 |
| Binary | 10110000 | 11011101 | 1101010 | 10100 | 0 | 110100 | 1101 | 1010011 | 111111 | 1000000 |
Color Harmonies of #B0DD6A
Complementary color
Monochromatic Colors of #B0DD6A
Black with #B0DD6A
Text Example
Text Example
White with #B0DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD6A; }
p { color: rgb(176,221,106); }
H1.HeaderClassName
{
color: #B0DD6A;
}
.AnyTagClassName
{
color: #B0DD6A;
}
</style>
background-color css
<style>
a { background-color: #B0DD6A; }
a { background-color: rgb(176,221,106); }
div.DivClassName
{
background-color: #B0DD6A;
}
.BgClassName
{
background-color: #B0DD6A;
}
</style>
border-color css
<style>
span { border-color: #B0DD6A; }
span { border-color: rgb(176,221,106); }
td.TdClassName
{
border-color: #B0DD6A;
}
.TagClassName
{
border-color: #B0DD6A;
}
</style>