Shades of Conifer #B8D248
Tints of Conifer #B8D248
RGB
CMYK
RGB Variations
Color information
#B8D248 (or 0xB8D248) is known color: Conifer. HEX triplet: B8, D2 and 48. RGB value is (184,210,72). Sum of RGB (Red+Green+Blue) = 184+210+72=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D248 is #472DB7. Grayscale: #BBBBBB. Windows color (decimal): -4664760 or 4772536. OLE color: 4772536.
HSL color Cylindrical-coordinate representation of color #B8D248: hue angle of 71.3º 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 #B8D248 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 72 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.18 |
| HSL | 71.3º | 0.61% | 0.55% | - |
| HSV(B) | 71.3º | 0.66% | 0.82% | - |
| XYZ | 43.98 | 56.75 | 14.77 | - |
| YUV | 186.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 72 | 0.12 | 0 | 0.66 | 0.18 | 71.3 | 0.61 | 0.55 |
| Hex | B8 | D2 | 48 | C | 0 | 42 | 12 | 47 | 3D | 37 |
| Octal | 270 | 322 | 110 | 14 | 0 | 102 | 22 | 107 | 75 | 67 |
| Binary | 10111000 | 11010010 | 1001000 | 1100 | 0 | 1000010 | 10010 | 1000111 | 111101 | 110111 |
Color Harmonies of #B8D248
Complementary color
Monochromatic Colors of #B8D248
Black with #B8D248
Text Example
Text Example
White with #B8D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D248; }
p { color: rgb(184,210,72); }
H1.HeaderClassName
{
color: #B8D248;
}
.AnyTagClassName
{
color: #B8D248;
}
</style>
background-color css
<style>
a { background-color: #B8D248; }
a { background-color: rgb(184,210,72); }
div.DivClassName
{
background-color: #B8D248;
}
.BgClassName
{
background-color: #B8D248;
}
</style>
border-color css
<style>
span { border-color: #B8D248; }
span { border-color: rgb(184,210,72); }
td.TdClassName
{
border-color: #B8D248;
}
.TagClassName
{
border-color: #B8D248;
}
</style>