Shades of Conifer #B2D147
Tints of Conifer #B2D147
RGB
CMYK
RGB Variations
Color information
#B2D147 (or 0xB2D147) is known color: Conifer. HEX triplet: B2, D1 and 47. RGB value is (178,209,71). Sum of RGB (Red+Green+Blue) = 178+209+71=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D147 is #4D2EB8. Grayscale: #B8B8B8. Windows color (decimal): -5058233 or 4706738. OLE color: 4706738.
HSL color Cylindrical-coordinate representation of color #B2D147: hue angle of 73.48º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2D147 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 71 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.18 |
| HSL | 73.48º | 0.6% | 0.55% | - |
| HSV(B) | 73.48º | 0.66% | 0.82% | - |
| XYZ | 42.3 | 55.52 | 14.45 | - |
| YUV | 184 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 71 | 0.15 | 0 | 0.66 | 0.18 | 73.48 | 0.6 | 0.55 |
| Hex | B2 | D1 | 47 | F | 0 | 42 | 12 | 49 | 3C | 37 |
| Octal | 262 | 321 | 107 | 17 | 0 | 102 | 22 | 111 | 74 | 67 |
| Binary | 10110010 | 11010001 | 1000111 | 1111 | 0 | 1000010 | 10010 | 1001001 | 111100 | 110111 |
Color Harmonies of #B2D147
Complementary color
Monochromatic Colors of #B2D147
Black with #B2D147
Text Example
Text Example
White with #B2D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D147; }
p { color: rgb(178,209,71); }
H1.HeaderClassName
{
color: #B2D147;
}
.AnyTagClassName
{
color: #B2D147;
}
</style>
background-color css
<style>
a { background-color: #B2D147; }
a { background-color: rgb(178,209,71); }
div.DivClassName
{
background-color: #B2D147;
}
.BgClassName
{
background-color: #B2D147;
}
</style>
border-color css
<style>
span { border-color: #B2D147; }
span { border-color: rgb(178,209,71); }
td.TdClassName
{
border-color: #B2D147;
}
.TagClassName
{
border-color: #B2D147;
}
</style>