Shades of Conifer #B0D65D
Tints of Conifer #B0D65D
RGB
CMYK
RGB Variations
Color information
#B0D65D (or 0xB0D65D) is known color: Conifer. HEX triplet: B0, D6 and 5D. RGB value is (176,214,93). Sum of RGB (Red+Green+Blue) = 176+214+93=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D65D is #4F29A2. Grayscale: #BDBDBD. Windows color (decimal): -5188003 or 6149808. OLE color: 6149808.
HSL color Cylindrical-coordinate representation of color #B0D65D: hue angle of 78.84º degrees, saturation: 0.6, 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 #B0D65D is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 93 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.16 |
| HSL | 78.84º | 0.6% | 0.6% | - |
| HSV(B) | 78.84º | 0.57% | 0.84% | - |
| XYZ | 43.93 | 58.11 | 19.26 | - |
| YUV | 188.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 93 | 0.18 | 0 | 0.57 | 0.16 | 78.84 | 0.6 | 0.6 |
| Hex | B0 | D6 | 5D | 12 | 0 | 39 | 10 | 4F | 3C | 3C |
| Octal | 260 | 326 | 135 | 22 | 0 | 71 | 20 | 117 | 74 | 74 |
| Binary | 10110000 | 11010110 | 1011101 | 10010 | 0 | 111001 | 10000 | 1001111 | 111100 | 111100 |
Color Harmonies of #B0D65D
Complementary color
Monochromatic Colors of #B0D65D
Black with #B0D65D
Text Example
Text Example
White with #B0D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D65D; }
p { color: rgb(176,214,93); }
H1.HeaderClassName
{
color: #B0D65D;
}
.AnyTagClassName
{
color: #B0D65D;
}
</style>
background-color css
<style>
a { background-color: #B0D65D; }
a { background-color: rgb(176,214,93); }
div.DivClassName
{
background-color: #B0D65D;
}
.BgClassName
{
background-color: #B0D65D;
}
</style>
border-color css
<style>
span { border-color: #B0D65D; }
span { border-color: rgb(176,214,93); }
td.TdClassName
{
border-color: #B0D65D;
}
.TagClassName
{
border-color: #B0D65D;
}
</style>