Shades of Conifer #B7DB69
Tints of Conifer #B7DB69
RGB
CMYK
RGB Variations
Color information
#B7DB69 (or 0xB7DB69) is known color: Conifer. HEX triplet: B7, DB and 69. RGB value is (183,219,105). Sum of RGB (Red+Green+Blue) = 183+219+105=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB69 is #482496. Grayscale: #C3C3C3. Windows color (decimal): -4727959 or 6937527. OLE color: 6937527.
HSL color Cylindrical-coordinate representation of color #B7DB69: hue angle of 78.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7DB69 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 105 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.14 |
| HSL | 78.95º | 0.61% | 0.64% | - |
| HSV(B) | 78.95º | 0.52% | 0.86% | - |
| XYZ | 47.41 | 61.75 | 22.78 | - |
| YUV | 195.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 105 | 0.16 | 0 | 0.52 | 0.14 | 78.95 | 0.61 | 0.64 |
| Hex | B7 | DB | 69 | 10 | 0 | 34 | E | 4F | 3D | 40 |
| Octal | 267 | 333 | 151 | 20 | 0 | 64 | 16 | 117 | 75 | 100 |
| Binary | 10110111 | 11011011 | 1101001 | 10000 | 0 | 110100 | 1110 | 1001111 | 111101 | 1000000 |
Color Harmonies of #B7DB69
Complementary color
Monochromatic Colors of #B7DB69
Black with #B7DB69
Text Example
Text Example
White with #B7DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB69; }
p { color: rgb(183,219,105); }
H1.HeaderClassName
{
color: #B7DB69;
}
.AnyTagClassName
{
color: #B7DB69;
}
</style>
background-color css
<style>
a { background-color: #B7DB69; }
a { background-color: rgb(183,219,105); }
div.DivClassName
{
background-color: #B7DB69;
}
.BgClassName
{
background-color: #B7DB69;
}
</style>
border-color css
<style>
span { border-color: #B7DB69; }
span { border-color: rgb(183,219,105); }
td.TdClassName
{
border-color: #B7DB69;
}
.TagClassName
{
border-color: #B7DB69;
}
</style>