Shades of Conifer #B8DA5B
Tints of Conifer #B8DA5B
RGB
CMYK
RGB Variations
Color information
#B8DA5B (or 0xB8DA5B) is known color: Conifer. HEX triplet: B8, DA and 5B. RGB value is (184,218,91). Sum of RGB (Red+Green+Blue) = 184+218+91=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA5B is #4725A4. Grayscale: #C1C1C1. Windows color (decimal): -4662693 or 6019768. OLE color: 6019768.
HSL color Cylindrical-coordinate representation of color #B8DA5B: hue angle of 76.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8DA5B is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 91 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.15 |
| HSL | 76.06º | 0.63% | 0.61% | - |
| HSV(B) | 76.06º | 0.58% | 0.85% | - |
| XYZ | 46.73 | 61.09 | 19.23 | - |
| YUV | 193.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 91 | 0.16 | 0 | 0.58 | 0.15 | 76.06 | 0.63 | 0.61 |
| Hex | B8 | DA | 5B | 10 | 0 | 3A | F | 4C | 3F | 3D |
| Octal | 270 | 332 | 133 | 20 | 0 | 72 | 17 | 114 | 77 | 75 |
| Binary | 10111000 | 11011010 | 1011011 | 10000 | 0 | 111010 | 1111 | 1001100 | 111111 | 111101 |
Color Harmonies of #B8DA5B
Complementary color
Monochromatic Colors of #B8DA5B
Black with #B8DA5B
Text Example
Text Example
White with #B8DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA5B; }
p { color: rgb(184,218,91); }
H1.HeaderClassName
{
color: #B8DA5B;
}
.AnyTagClassName
{
color: #B8DA5B;
}
</style>
background-color css
<style>
a { background-color: #B8DA5B; }
a { background-color: rgb(184,218,91); }
div.DivClassName
{
background-color: #B8DA5B;
}
.BgClassName
{
background-color: #B8DA5B;
}
</style>
border-color css
<style>
span { border-color: #B8DA5B; }
span { border-color: rgb(184,218,91); }
td.TdClassName
{
border-color: #B8DA5B;
}
.TagClassName
{
border-color: #B8DA5B;
}
</style>