Shades of Conifer #B8D55D
Tints of Conifer #B8D55D
RGB
CMYK
RGB Variations
Color information
#B8D55D (or 0xB8D55D) is known color: Conifer. HEX triplet: B8, D5 and 5D. RGB value is (184,213,93). Sum of RGB (Red+Green+Blue) = 184+213+93=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D55D is #472AA2. Grayscale: #BFBFBF. Windows color (decimal): -4663971 or 6149560. OLE color: 6149560.
HSL color Cylindrical-coordinate representation of color #B8D55D: hue angle of 74.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8D55D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 93 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.16 |
| HSL | 74.5º | 0.59% | 0.6% | - |
| HSV(B) | 74.5º | 0.56% | 0.84% | - |
| XYZ | 45.54 | 58.57 | 19.26 | - |
| YUV | 190.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 93 | 0.14 | 0 | 0.56 | 0.16 | 74.5 | 0.59 | 0.6 |
| Hex | B8 | D5 | 5D | E | 0 | 38 | 10 | 4A | 3B | 3C |
| Octal | 270 | 325 | 135 | 16 | 0 | 70 | 20 | 112 | 73 | 74 |
| Binary | 10111000 | 11010101 | 1011101 | 1110 | 0 | 111000 | 10000 | 1001010 | 111011 | 111100 |
Color Harmonies of #B8D55D
Complementary color
Monochromatic Colors of #B8D55D
Black with #B8D55D
Text Example
Text Example
White with #B8D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D55D; }
p { color: rgb(184,213,93); }
H1.HeaderClassName
{
color: #B8D55D;
}
.AnyTagClassName
{
color: #B8D55D;
}
</style>
background-color css
<style>
a { background-color: #B8D55D; }
a { background-color: rgb(184,213,93); }
div.DivClassName
{
background-color: #B8D55D;
}
.BgClassName
{
background-color: #B8D55D;
}
</style>
border-color css
<style>
span { border-color: #B8D55D; }
span { border-color: rgb(184,213,93); }
td.TdClassName
{
border-color: #B8D55D;
}
.TagClassName
{
border-color: #B8D55D;
}
</style>