Shades of Conifer #B8DA5F
Tints of Conifer #B8DA5F
RGB
CMYK
RGB Variations
Color information
#B8DA5F (or 0xB8DA5F) is known color: Conifer. HEX triplet: B8, DA and 5F. RGB value is (184,218,95). Sum of RGB (Red+Green+Blue) = 184+218+95=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA5F is #4725A0. Grayscale: #C2C2C2. Windows color (decimal): -4662689 or 6281912. OLE color: 6281912.
HSL color Cylindrical-coordinate representation of color #B8DA5F: hue angle of 76.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8DA5F is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 95 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.15 |
| HSL | 76.59º | 0.62% | 0.61% | - |
| HSV(B) | 76.59º | 0.56% | 0.85% | - |
| XYZ | 46.9 | 61.16 | 20.16 | - |
| YUV | 193.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 95 | 0.16 | 0 | 0.56 | 0.15 | 76.59 | 0.62 | 0.61 |
| Hex | B8 | DA | 5F | 10 | 0 | 38 | F | 4D | 3E | 3D |
| Octal | 270 | 332 | 137 | 20 | 0 | 70 | 17 | 115 | 76 | 75 |
| Binary | 10111000 | 11011010 | 1011111 | 10000 | 0 | 111000 | 1111 | 1001101 | 111110 | 111101 |
Color Harmonies of #B8DA5F
Complementary color
Monochromatic Colors of #B8DA5F
Black with #B8DA5F
Text Example
Text Example
White with #B8DA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA5F; }
p { color: rgb(184,218,95); }
H1.HeaderClassName
{
color: #B8DA5F;
}
.AnyTagClassName
{
color: #B8DA5F;
}
</style>
background-color css
<style>
a { background-color: #B8DA5F; }
a { background-color: rgb(184,218,95); }
div.DivClassName
{
background-color: #B8DA5F;
}
.BgClassName
{
background-color: #B8DA5F;
}
</style>
border-color css
<style>
span { border-color: #B8DA5F; }
span { border-color: rgb(184,218,95); }
td.TdClassName
{
border-color: #B8DA5F;
}
.TagClassName
{
border-color: #B8DA5F;
}
</style>