Shades of Conifer #B0D94A
Tints of Conifer #B0D94A
RGB
CMYK
RGB Variations
Color information
#B0D94A (or 0xB0D94A) is known color: Conifer. HEX triplet: B0, D9 and 4A. RGB value is (176,217,74). Sum of RGB (Red+Green+Blue) = 176+217+74=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D94A is #4F26B5. Grayscale: #BCBCBC. Windows color (decimal): -5187254 or 4905392. OLE color: 4905392.
HSL color Cylindrical-coordinate representation of color #B0D94A: hue angle of 77.2º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0D94A is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 74 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.15 |
| HSL | 77.2º | 0.65% | 0.57% | - |
| HSV(B) | 77.2º | 0.66% | 0.85% | - |
| XYZ | 43.95 | 59.35 | 15.62 | - |
| YUV | 188.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 74 | 0.19 | 0 | 0.66 | 0.15 | 77.2 | 0.65 | 0.57 |
| Hex | B0 | D9 | 4A | 13 | 0 | 42 | F | 4D | 41 | 39 |
| Octal | 260 | 331 | 112 | 23 | 0 | 102 | 17 | 115 | 101 | 71 |
| Binary | 10110000 | 11011001 | 1001010 | 10011 | 0 | 1000010 | 1111 | 1001101 | 1000001 | 111001 |
Color Harmonies of #B0D94A
Complementary color
Monochromatic Colors of #B0D94A
Black with #B0D94A
Text Example
Text Example
White with #B0D94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D94A; }
p { color: rgb(176,217,74); }
H1.HeaderClassName
{
color: #B0D94A;
}
.AnyTagClassName
{
color: #B0D94A;
}
</style>
background-color css
<style>
a { background-color: #B0D94A; }
a { background-color: rgb(176,217,74); }
div.DivClassName
{
background-color: #B0D94A;
}
.BgClassName
{
background-color: #B0D94A;
}
</style>
border-color css
<style>
span { border-color: #B0D94A; }
span { border-color: rgb(176,217,74); }
td.TdClassName
{
border-color: #B0D94A;
}
.TagClassName
{
border-color: #B0D94A;
}
</style>