Shades of Conifer #B0D94B
Tints of Conifer #B0D94B
RGB
CMYK
RGB Variations
Color information
#B0D94B (or 0xB0D94B) is known color: Conifer. HEX triplet: B0, D9 and 4B. RGB value is (176,217,75). Sum of RGB (Red+Green+Blue) = 176+217+75=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D94B is #4F26B4. Grayscale: #BDBDBD. Windows color (decimal): -5187253 or 4970928. OLE color: 4970928.
HSL color Cylindrical-coordinate representation of color #B0D94B: hue angle of 77.32º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0D94B is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 75 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.15 |
| HSL | 77.32º | 0.65% | 0.57% | - |
| HSV(B) | 77.32º | 0.65% | 0.85% | - |
| XYZ | 43.99 | 59.36 | 15.8 | - |
| YUV | 188.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 75 | 0.19 | 0 | 0.65 | 0.15 | 77.32 | 0.65 | 0.57 |
| Hex | B0 | D9 | 4B | 13 | 0 | 41 | F | 4D | 41 | 39 |
| Octal | 260 | 331 | 113 | 23 | 0 | 101 | 17 | 115 | 101 | 71 |
| Binary | 10110000 | 11011001 | 1001011 | 10011 | 0 | 1000001 | 1111 | 1001101 | 1000001 | 111001 |
Color Harmonies of #B0D94B
Complementary color
Monochromatic Colors of #B0D94B
Black with #B0D94B
Text Example
Text Example
White with #B0D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D94B; }
p { color: rgb(176,217,75); }
H1.HeaderClassName
{
color: #B0D94B;
}
.AnyTagClassName
{
color: #B0D94B;
}
</style>
background-color css
<style>
a { background-color: #B0D94B; }
a { background-color: rgb(176,217,75); }
div.DivClassName
{
background-color: #B0D94B;
}
.BgClassName
{
background-color: #B0D94B;
}
</style>
border-color css
<style>
span { border-color: #B0D94B; }
span { border-color: rgb(176,217,75); }
td.TdClassName
{
border-color: #B0D94B;
}
.TagClassName
{
border-color: #B0D94B;
}
</style>