Shades of Conifer #B8D546
Tints of Conifer #B8D546
RGB
CMYK
RGB Variations
Color information
#B8D546 (or 0xB8D546) is known color: Conifer. HEX triplet: B8, D5 and 46. RGB value is (184,213,70). Sum of RGB (Red+Green+Blue) = 184+213+70=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D546 is #472AB9. Grayscale: #BCBCBC. Windows color (decimal): -4663994 or 4642232. OLE color: 4642232.
HSL color Cylindrical-coordinate representation of color #B8D546: hue angle of 72.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8D546 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 70 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.16 |
| HSL | 72.17º | 0.63% | 0.55% | - |
| HSV(B) | 72.17º | 0.67% | 0.84% | - |
| XYZ | 44.67 | 58.22 | 14.68 | - |
| YUV | 188.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 70 | 0.14 | 0 | 0.67 | 0.16 | 72.17 | 0.63 | 0.55 |
| Hex | B8 | D5 | 46 | E | 0 | 43 | 10 | 48 | 3F | 37 |
| Octal | 270 | 325 | 106 | 16 | 0 | 103 | 20 | 110 | 77 | 67 |
| Binary | 10111000 | 11010101 | 1000110 | 1110 | 0 | 1000011 | 10000 | 1001000 | 111111 | 110111 |
Color Harmonies of #B8D546
Complementary color
Monochromatic Colors of #B8D546
Black with #B8D546
Text Example
Text Example
White with #B8D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D546; }
p { color: rgb(184,213,70); }
H1.HeaderClassName
{
color: #B8D546;
}
.AnyTagClassName
{
color: #B8D546;
}
</style>
background-color css
<style>
a { background-color: #B8D546; }
a { background-color: rgb(184,213,70); }
div.DivClassName
{
background-color: #B8D546;
}
.BgClassName
{
background-color: #B8D546;
}
</style>
border-color css
<style>
span { border-color: #B8D546; }
span { border-color: rgb(184,213,70); }
td.TdClassName
{
border-color: #B8D546;
}
.TagClassName
{
border-color: #B8D546;
}
</style>