Shades of Conifer #B0D248
Tints of Conifer #B0D248
RGB
CMYK
RGB Variations
Color information
#B0D248 (or 0xB0D248) is known color: Conifer. HEX triplet: B0, D2 and 48. RGB value is (176,210,72). Sum of RGB (Red+Green+Blue) = 176+210+72=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D248 is #4F2DB7. Grayscale: #B8B8B8. Windows color (decimal): -5189048 or 4772528. OLE color: 4772528.
HSL color Cylindrical-coordinate representation of color #B0D248: hue angle of 74.78º degrees, saturation: 0.61, 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 #B0D248 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 72 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.18 |
| HSL | 74.78º | 0.61% | 0.55% | - |
| HSV(B) | 74.78º | 0.66% | 0.82% | - |
| XYZ | 42.12 | 55.79 | 14.68 | - |
| YUV | 184.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 72 | 0.16 | 0 | 0.66 | 0.18 | 74.78 | 0.61 | 0.55 |
| Hex | B0 | D2 | 48 | 10 | 0 | 42 | 12 | 4B | 3D | 37 |
| Octal | 260 | 322 | 110 | 20 | 0 | 102 | 22 | 113 | 75 | 67 |
| Binary | 10110000 | 11010010 | 1001000 | 10000 | 0 | 1000010 | 10010 | 1001011 | 111101 | 110111 |
Color Harmonies of #B0D248
Complementary color
Monochromatic Colors of #B0D248
Black with #B0D248
Text Example
Text Example
White with #B0D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D248; }
p { color: rgb(176,210,72); }
H1.HeaderClassName
{
color: #B0D248;
}
.AnyTagClassName
{
color: #B0D248;
}
</style>
background-color css
<style>
a { background-color: #B0D248; }
a { background-color: rgb(176,210,72); }
div.DivClassName
{
background-color: #B0D248;
}
.BgClassName
{
background-color: #B0D248;
}
</style>
border-color css
<style>
span { border-color: #B0D248; }
span { border-color: rgb(176,210,72); }
td.TdClassName
{
border-color: #B0D248;
}
.TagClassName
{
border-color: #B0D248;
}
</style>