Shades of Conifer #B8D554
Tints of Conifer #B8D554
RGB
CMYK
RGB Variations
Color information
#B8D554 (or 0xB8D554) is known color: Conifer. HEX triplet: B8, D5 and 54. RGB value is (184,213,84). Sum of RGB (Red+Green+Blue) = 184+213+84=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D554 is #472AAB. Grayscale: #BEBEBE. Windows color (decimal): -4663980 or 5559736. OLE color: 5559736.
HSL color Cylindrical-coordinate representation of color #B8D554: hue angle of 73.49º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8D554 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 84 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.16 |
| HSL | 73.49º | 0.61% | 0.58% | - |
| HSV(B) | 73.49º | 0.61% | 0.84% | - |
| XYZ | 45.16 | 58.42 | 17.28 | - |
| YUV | 189.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 84 | 0.14 | 0 | 0.61 | 0.16 | 73.49 | 0.61 | 0.58 |
| Hex | B8 | D5 | 54 | E | 0 | 3D | 10 | 49 | 3D | 3A |
| Octal | 270 | 325 | 124 | 16 | 0 | 75 | 20 | 111 | 75 | 72 |
| Binary | 10111000 | 11010101 | 1010100 | 1110 | 0 | 111101 | 10000 | 1001001 | 111101 | 111010 |
Color Harmonies of #B8D554
Complementary color
Monochromatic Colors of #B8D554
Black with #B8D554
Text Example
Text Example
White with #B8D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D554; }
p { color: rgb(184,213,84); }
H1.HeaderClassName
{
color: #B8D554;
}
.AnyTagClassName
{
color: #B8D554;
}
</style>
background-color css
<style>
a { background-color: #B8D554; }
a { background-color: rgb(184,213,84); }
div.DivClassName
{
background-color: #B8D554;
}
.BgClassName
{
background-color: #B8D554;
}
</style>
border-color css
<style>
span { border-color: #B8D554; }
span { border-color: rgb(184,213,84); }
td.TdClassName
{
border-color: #B8D554;
}
.TagClassName
{
border-color: #B8D554;
}
</style>