Shades of Conifer #B1DB6E
Tints of Conifer #B1DB6E
RGB
CMYK
RGB Variations
Color information
#B1DB6E (or 0xB1DB6E) is known color: Conifer. HEX triplet: B1, DB and 6E. RGB value is (177,219,110). Sum of RGB (Red+Green+Blue) = 177+219+110=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB6E is #4E2491. Grayscale: #C2C2C2. Windows color (decimal): -5121170 or 7265201. OLE color: 7265201.
HSL color Cylindrical-coordinate representation of color #B1DB6E: hue angle of 83.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1DB6E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 110 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.14 |
| HSL | 83.12º | 0.6% | 0.65% | - |
| HSV(B) | 83.12º | 0.5% | 0.86% | - |
| XYZ | 46.28 | 61.14 | 24.11 | - |
| YUV | 194.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 110 | 0.19 | 0 | 0.50 | 0.14 | 83.12 | 0.6 | 0.65 |
| Hex | B1 | DB | 6E | 13 | 0 | 32 | E | 53 | 3C | 41 |
| Octal | 261 | 333 | 156 | 23 | 0 | 62 | 16 | 123 | 74 | 101 |
| Binary | 10110001 | 11011011 | 1101110 | 10011 | 0 | 110010 | 1110 | 1010011 | 111100 | 1000001 |
Color Harmonies of #B1DB6E
Complementary color
Monochromatic Colors of #B1DB6E
Black with #B1DB6E
Text Example
Text Example
White with #B1DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB6E; }
p { color: rgb(177,219,110); }
H1.HeaderClassName
{
color: #B1DB6E;
}
.AnyTagClassName
{
color: #B1DB6E;
}
</style>
background-color css
<style>
a { background-color: #B1DB6E; }
a { background-color: rgb(177,219,110); }
div.DivClassName
{
background-color: #B1DB6E;
}
.BgClassName
{
background-color: #B1DB6E;
}
</style>
border-color css
<style>
span { border-color: #B1DB6E; }
span { border-color: rgb(177,219,110); }
td.TdClassName
{
border-color: #B1DB6E;
}
.TagClassName
{
border-color: #B1DB6E;
}
</style>