Shades of Conifer #B0DA5D
Tints of Conifer #B0DA5D
RGB
CMYK
RGB Variations
Color information
#B0DA5D (or 0xB0DA5D) is known color: Conifer. HEX triplet: B0, DA and 5D. RGB value is (176,218,93). Sum of RGB (Red+Green+Blue) = 176+218+93=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA5D is #4F25A2. Grayscale: #BFBFBF. Windows color (decimal): -5186979 or 6150832. OLE color: 6150832.
HSL color Cylindrical-coordinate representation of color #B0DA5D: hue angle of 80.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0DA5D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 93 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.15 |
| HSL | 80.16º | 0.63% | 0.61% | - |
| HSV(B) | 80.16º | 0.57% | 0.85% | - |
| XYZ | 44.95 | 60.16 | 19.6 | - |
| YUV | 191.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 93 | 0.19 | 0 | 0.57 | 0.15 | 80.16 | 0.63 | 0.61 |
| Hex | B0 | DA | 5D | 13 | 0 | 39 | F | 50 | 3F | 3D |
| Octal | 260 | 332 | 135 | 23 | 0 | 71 | 17 | 120 | 77 | 75 |
| Binary | 10110000 | 11011010 | 1011101 | 10011 | 0 | 111001 | 1111 | 1010000 | 111111 | 111101 |
Color Harmonies of #B0DA5D
Complementary color
Monochromatic Colors of #B0DA5D
Black with #B0DA5D
Text Example
Text Example
White with #B0DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA5D; }
p { color: rgb(176,218,93); }
H1.HeaderClassName
{
color: #B0DA5D;
}
.AnyTagClassName
{
color: #B0DA5D;
}
</style>
background-color css
<style>
a { background-color: #B0DA5D; }
a { background-color: rgb(176,218,93); }
div.DivClassName
{
background-color: #B0DA5D;
}
.BgClassName
{
background-color: #B0DA5D;
}
</style>
border-color css
<style>
span { border-color: #B0DA5D; }
span { border-color: rgb(176,218,93); }
td.TdClassName
{
border-color: #B0DA5D;
}
.TagClassName
{
border-color: #B0DA5D;
}
</style>