Shades of Conifer #B0DA5B
Tints of Conifer #B0DA5B
RGB
CMYK
RGB Variations
Color information
#B0DA5B (or 0xB0DA5B) is known color: Conifer. HEX triplet: B0, DA and 5B. RGB value is (176,218,91). Sum of RGB (Red+Green+Blue) = 176+218+91=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA5B is #4F25A4. Grayscale: #BFBFBF. Windows color (decimal): -5186981 or 6019760. OLE color: 6019760.
HSL color Cylindrical-coordinate representation of color #B0DA5B: hue angle of 79.84º 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 #B0DA5B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 91 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.15 |
| HSL | 79.84º | 0.63% | 0.61% | - |
| HSV(B) | 79.84º | 0.58% | 0.85% | - |
| XYZ | 44.86 | 60.13 | 19.14 | - |
| YUV | 190.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 91 | 0.19 | 0 | 0.58 | 0.15 | 79.84 | 0.63 | 0.61 |
| Hex | B0 | DA | 5B | 13 | 0 | 3A | F | 50 | 3F | 3D |
| Octal | 260 | 332 | 133 | 23 | 0 | 72 | 17 | 120 | 77 | 75 |
| Binary | 10110000 | 11011010 | 1011011 | 10011 | 0 | 111010 | 1111 | 1010000 | 111111 | 111101 |
Color Harmonies of #B0DA5B
Complementary color
Monochromatic Colors of #B0DA5B
Black with #B0DA5B
Text Example
Text Example
White with #B0DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA5B; }
p { color: rgb(176,218,91); }
H1.HeaderClassName
{
color: #B0DA5B;
}
.AnyTagClassName
{
color: #B0DA5B;
}
</style>
background-color css
<style>
a { background-color: #B0DA5B; }
a { background-color: rgb(176,218,91); }
div.DivClassName
{
background-color: #B0DA5B;
}
.BgClassName
{
background-color: #B0DA5B;
}
</style>
border-color css
<style>
span { border-color: #B0DA5B; }
span { border-color: rgb(176,218,91); }
td.TdClassName
{
border-color: #B0DA5B;
}
.TagClassName
{
border-color: #B0DA5B;
}
</style>