Shades of Conifer #B2D949
Tints of Conifer #B2D949
RGB
CMYK
RGB Variations
Color information
#B2D949 (or 0xB2D949) is known color: Conifer. HEX triplet: B2, D9 and 49. RGB value is (178,217,73). Sum of RGB (Red+Green+Blue) = 178+217+73=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D949 is #4D26B6. Grayscale: #BDBDBD. Windows color (decimal): -5056183 or 4839858. OLE color: 4839858.
HSL color Cylindrical-coordinate representation of color #B2D949: hue angle of 76.25º 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 #B2D949 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 73 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.15 |
| HSL | 76.25º | 0.65% | 0.57% | - |
| HSV(B) | 76.25º | 0.66% | 0.85% | - |
| XYZ | 44.38 | 59.57 | 15.46 | - |
| YUV | 188.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 73 | 0.18 | 0 | 0.66 | 0.15 | 76.25 | 0.65 | 0.57 |
| Hex | B2 | D9 | 49 | 12 | 0 | 42 | F | 4C | 41 | 39 |
| Octal | 262 | 331 | 111 | 22 | 0 | 102 | 17 | 114 | 101 | 71 |
| Binary | 10110010 | 11011001 | 1001001 | 10010 | 0 | 1000010 | 1111 | 1001100 | 1000001 | 111001 |
Color Harmonies of #B2D949
Complementary color
Monochromatic Colors of #B2D949
Black with #B2D949
Text Example
Text Example
White with #B2D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D949; }
p { color: rgb(178,217,73); }
H1.HeaderClassName
{
color: #B2D949;
}
.AnyTagClassName
{
color: #B2D949;
}
</style>
background-color css
<style>
a { background-color: #B2D949; }
a { background-color: rgb(178,217,73); }
div.DivClassName
{
background-color: #B2D949;
}
.BgClassName
{
background-color: #B2D949;
}
</style>
border-color css
<style>
span { border-color: #B2D949; }
span { border-color: rgb(178,217,73); }
td.TdClassName
{
border-color: #B2D949;
}
.TagClassName
{
border-color: #B2D949;
}
</style>