Shades of Conifer #B0D945
Tints of Conifer #B0D945
RGB
CMYK
RGB Variations
Color information
#B0D945 (or 0xB0D945) is known color: Conifer. HEX triplet: B0, D9 and 45. RGB value is (176,217,69). Sum of RGB (Red+Green+Blue) = 176+217+69=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D945 is #4F26BA. Grayscale: #BCBCBC. Windows color (decimal): -5187259 or 4577712. OLE color: 4577712.
HSL color Cylindrical-coordinate representation of color #B0D945: hue angle of 76.62º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0D945 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 69 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.15 |
| HSL | 76.62º | 0.66% | 0.56% | - |
| HSV(B) | 76.62º | 0.68% | 0.85% | - |
| XYZ | 43.79 | 59.29 | 14.77 | - |
| YUV | 187.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 69 | 0.19 | 0 | 0.68 | 0.15 | 76.62 | 0.66 | 0.56 |
| Hex | B0 | D9 | 45 | 13 | 0 | 44 | F | 4D | 42 | 38 |
| Octal | 260 | 331 | 105 | 23 | 0 | 104 | 17 | 115 | 102 | 70 |
| Binary | 10110000 | 11011001 | 1000101 | 10011 | 0 | 1000100 | 1111 | 1001101 | 1000010 | 111000 |
Color Harmonies of #B0D945
Complementary color
Monochromatic Colors of #B0D945
Black with #B0D945
Text Example
Text Example
White with #B0D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D945; }
p { color: rgb(176,217,69); }
H1.HeaderClassName
{
color: #B0D945;
}
.AnyTagClassName
{
color: #B0D945;
}
</style>
background-color css
<style>
a { background-color: #B0D945; }
a { background-color: rgb(176,217,69); }
div.DivClassName
{
background-color: #B0D945;
}
.BgClassName
{
background-color: #B0D945;
}
</style>
border-color css
<style>
span { border-color: #B0D945; }
span { border-color: rgb(176,217,69); }
td.TdClassName
{
border-color: #B0D945;
}
.TagClassName
{
border-color: #B0D945;
}
</style>