Shades of Conifer #B0D647
Tints of Conifer #B0D647
RGB
CMYK
RGB Variations
Color information
#B0D647 (or 0xB0D647) is known color: Conifer. HEX triplet: B0, D6 and 47. RGB value is (176,214,71). Sum of RGB (Red+Green+Blue) = 176+214+71=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D647 is #4F29B8. Grayscale: #BABABA. Windows color (decimal): -5188025 or 4708016. OLE color: 4708016.
HSL color Cylindrical-coordinate representation of color #B0D647: hue angle of 75.94º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0D647 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 71 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.16 |
| HSL | 75.94º | 0.64% | 0.56% | - |
| HSV(B) | 75.94º | 0.67% | 0.84% | - |
| XYZ | 43.09 | 57.78 | 14.84 | - |
| YUV | 186.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 71 | 0.18 | 0 | 0.67 | 0.16 | 75.94 | 0.64 | 0.56 |
| Hex | B0 | D6 | 47 | 12 | 0 | 43 | 10 | 4C | 40 | 38 |
| Octal | 260 | 326 | 107 | 22 | 0 | 103 | 20 | 114 | 100 | 70 |
| Binary | 10110000 | 11010110 | 1000111 | 10010 | 0 | 1000011 | 10000 | 1001100 | 1000000 | 111000 |
Color Harmonies of #B0D647
Complementary color
Monochromatic Colors of #B0D647
Black with #B0D647
Text Example
Text Example
White with #B0D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D647; }
p { color: rgb(176,214,71); }
H1.HeaderClassName
{
color: #B0D647;
}
.AnyTagClassName
{
color: #B0D647;
}
</style>
background-color css
<style>
a { background-color: #B0D647; }
a { background-color: rgb(176,214,71); }
div.DivClassName
{
background-color: #B0D647;
}
.BgClassName
{
background-color: #B0D647;
}
</style>
border-color css
<style>
span { border-color: #B0D647; }
span { border-color: rgb(176,214,71); }
td.TdClassName
{
border-color: #B0D647;
}
.TagClassName
{
border-color: #B0D647;
}
</style>