Shades of Conifer #B8D55A
Tints of Conifer #B8D55A
RGB
CMYK
RGB Variations
Color information
#B8D55A (or 0xB8D55A) is known color: Conifer. HEX triplet: B8, D5 and 5A. RGB value is (184,213,90). Sum of RGB (Red+Green+Blue) = 184+213+90=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D55A is #472AA5. Grayscale: #BEBEBE. Windows color (decimal): -4663974 or 5952952. OLE color: 5952952.
HSL color Cylindrical-coordinate representation of color #B8D55A: hue angle of 74.15º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8D55A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 90 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.16 |
| HSL | 74.15º | 0.59% | 0.59% | - |
| HSV(B) | 74.15º | 0.58% | 0.84% | - |
| XYZ | 45.41 | 58.52 | 18.57 | - |
| YUV | 190.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 90 | 0.14 | 0 | 0.58 | 0.16 | 74.15 | 0.59 | 0.59 |
| Hex | B8 | D5 | 5A | E | 0 | 3A | 10 | 4A | 3B | 3B |
| Octal | 270 | 325 | 132 | 16 | 0 | 72 | 20 | 112 | 73 | 73 |
| Binary | 10111000 | 11010101 | 1011010 | 1110 | 0 | 111010 | 10000 | 1001010 | 111011 | 111011 |
Color Harmonies of #B8D55A
Complementary color
Monochromatic Colors of #B8D55A
Black with #B8D55A
Text Example
Text Example
White with #B8D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D55A; }
p { color: rgb(184,213,90); }
H1.HeaderClassName
{
color: #B8D55A;
}
.AnyTagClassName
{
color: #B8D55A;
}
</style>
background-color css
<style>
a { background-color: #B8D55A; }
a { background-color: rgb(184,213,90); }
div.DivClassName
{
background-color: #B8D55A;
}
.BgClassName
{
background-color: #B8D55A;
}
</style>
border-color css
<style>
span { border-color: #B8D55A; }
span { border-color: rgb(184,213,90); }
td.TdClassName
{
border-color: #B8D55A;
}
.TagClassName
{
border-color: #B8D55A;
}
</style>