Shades of Conifer #B8D75C
Tints of Conifer #B8D75C
RGB
CMYK
RGB Variations
Color information
#B8D75C (or 0xB8D75C) is known color: Conifer. HEX triplet: B8, D7 and 5C. RGB value is (184,215,92). Sum of RGB (Red+Green+Blue) = 184+215+92=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D75C is #4728A3. Grayscale: #C0C0C0. Windows color (decimal): -4663460 or 6084536. OLE color: 6084536.
HSL color Cylindrical-coordinate representation of color #B8D75C: hue angle of 75.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8D75C is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 92 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.16 |
| HSL | 75.12º | 0.61% | 0.6% | - |
| HSV(B) | 75.12º | 0.57% | 0.84% | - |
| XYZ | 46 | 59.56 | 19.2 | - |
| YUV | 191.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 92 | 0.14 | 0 | 0.57 | 0.16 | 75.12 | 0.61 | 0.6 |
| Hex | B8 | D7 | 5C | E | 0 | 39 | 10 | 4B | 3D | 3C |
| Octal | 270 | 327 | 134 | 16 | 0 | 71 | 20 | 113 | 75 | 74 |
| Binary | 10111000 | 11010111 | 1011100 | 1110 | 0 | 111001 | 10000 | 1001011 | 111101 | 111100 |
Color Harmonies of #B8D75C
Complementary color
Monochromatic Colors of #B8D75C
Black with #B8D75C
Text Example
Text Example
White with #B8D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D75C; }
p { color: rgb(184,215,92); }
H1.HeaderClassName
{
color: #B8D75C;
}
.AnyTagClassName
{
color: #B8D75C;
}
</style>
background-color css
<style>
a { background-color: #B8D75C; }
a { background-color: rgb(184,215,92); }
div.DivClassName
{
background-color: #B8D75C;
}
.BgClassName
{
background-color: #B8D75C;
}
</style>
border-color css
<style>
span { border-color: #B8D75C; }
span { border-color: rgb(184,215,92); }
td.TdClassName
{
border-color: #B8D75C;
}
.TagClassName
{
border-color: #B8D75C;
}
</style>