Shades of Conifer #B8DC54
Tints of Conifer #B8DC54
RGB
CMYK
RGB Variations
Color information
#B8DC54 (or 0xB8DC54) is known color: Conifer. HEX triplet: B8, DC and 54. RGB value is (184,220,84). Sum of RGB (Red+Green+Blue) = 184+220+84=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC54 is #4723AB. Grayscale: #C2C2C2. Windows color (decimal): -4662188 or 5561528. OLE color: 5561528.
HSL color Cylindrical-coordinate representation of color #B8DC54: hue angle of 75.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8DC54 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 84 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.14 |
| HSL | 75.88º | 0.66% | 0.6% | - |
| HSV(B) | 75.88º | 0.62% | 0.86% | - |
| XYZ | 46.96 | 62.02 | 17.88 | - |
| YUV | 193.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 84 | 0.16 | 0 | 0.62 | 0.14 | 75.88 | 0.66 | 0.6 |
| Hex | B8 | DC | 54 | 10 | 0 | 3E | E | 4C | 42 | 3C |
| Octal | 270 | 334 | 124 | 20 | 0 | 76 | 16 | 114 | 102 | 74 |
| Binary | 10111000 | 11011100 | 1010100 | 10000 | 0 | 111110 | 1110 | 1001100 | 1000010 | 111100 |
Color Harmonies of #B8DC54
Complementary color
Monochromatic Colors of #B8DC54
Black with #B8DC54
Text Example
Text Example
White with #B8DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC54; }
p { color: rgb(184,220,84); }
H1.HeaderClassName
{
color: #B8DC54;
}
.AnyTagClassName
{
color: #B8DC54;
}
</style>
background-color css
<style>
a { background-color: #B8DC54; }
a { background-color: rgb(184,220,84); }
div.DivClassName
{
background-color: #B8DC54;
}
.BgClassName
{
background-color: #B8DC54;
}
</style>
border-color css
<style>
span { border-color: #B8DC54; }
span { border-color: rgb(184,220,84); }
td.TdClassName
{
border-color: #B8DC54;
}
.TagClassName
{
border-color: #B8DC54;
}
</style>