Shades of Conifer #B0DA6E
Tints of Conifer #B0DA6E
RGB
CMYK
RGB Variations
Color information
#B0DA6E (or 0xB0DA6E) is known color: Conifer. HEX triplet: B0, DA and 6E. RGB value is (176,218,110). Sum of RGB (Red+Green+Blue) = 176+218+110=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA6E is #4F2591. Grayscale: #C1C1C1. Windows color (decimal): -5186962 or 7264944. OLE color: 7264944.
HSL color Cylindrical-coordinate representation of color #B0DA6E: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0DA6E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 110 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.15 |
| HSL | 83.33º | 0.59% | 0.64% | - |
| HSV(B) | 83.33º | 0.5% | 0.85% | - |
| XYZ | 45.79 | 60.5 | 24.02 | - |
| YUV | 193.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 110 | 0.19 | 0 | 0.50 | 0.15 | 83.33 | 0.59 | 0.64 |
| Hex | B0 | DA | 6E | 13 | 0 | 32 | F | 53 | 3B | 40 |
| Octal | 260 | 332 | 156 | 23 | 0 | 62 | 17 | 123 | 73 | 100 |
| Binary | 10110000 | 11011010 | 1101110 | 10011 | 0 | 110010 | 1111 | 1010011 | 111011 | 1000000 |
Color Harmonies of #B0DA6E
Complementary color
Monochromatic Colors of #B0DA6E
Black with #B0DA6E
Text Example
Text Example
White with #B0DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA6E; }
p { color: rgb(176,218,110); }
H1.HeaderClassName
{
color: #B0DA6E;
}
.AnyTagClassName
{
color: #B0DA6E;
}
</style>
background-color css
<style>
a { background-color: #B0DA6E; }
a { background-color: rgb(176,218,110); }
div.DivClassName
{
background-color: #B0DA6E;
}
.BgClassName
{
background-color: #B0DA6E;
}
</style>
border-color css
<style>
span { border-color: #B0DA6E; }
span { border-color: rgb(176,218,110); }
td.TdClassName
{
border-color: #B0DA6E;
}
.TagClassName
{
border-color: #B0DA6E;
}
</style>