Shades of Conifer #B9DD68
Tints of Conifer #B9DD68
RGB
CMYK
RGB Variations
Color information
#B9DD68 (or 0xB9DD68) is known color: Conifer. HEX triplet: B9, DD and 68. RGB value is (185,221,104). Sum of RGB (Red+Green+Blue) = 185+221+104=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD68 is #462297. Grayscale: #C5C5C5. Windows color (decimal): -4596376 or 6872505. OLE color: 6872505.
HSL color Cylindrical-coordinate representation of color #B9DD68: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9DD68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 78.46º | 0.63% | 0.64% | - |
| HSV(B) | 78.46º | 0.53% | 0.87% | - |
| XYZ | 48.36 | 63.03 | 22.71 | - |
| YUV | 196.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 104 | 0.16 | 0 | 0.53 | 0.13 | 78.46 | 0.63 | 0.64 |
| Hex | B9 | DD | 68 | 10 | 0 | 35 | D | 4E | 3F | 40 |
| Octal | 271 | 335 | 150 | 20 | 0 | 65 | 15 | 116 | 77 | 100 |
| Binary | 10111001 | 11011101 | 1101000 | 10000 | 0 | 110101 | 1101 | 1001110 | 111111 | 1000000 |
Color Harmonies of #B9DD68
Complementary color
Monochromatic Colors of #B9DD68
Black with #B9DD68
Text Example
Text Example
White with #B9DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD68; }
p { color: rgb(185,221,104); }
H1.HeaderClassName
{
color: #B9DD68;
}
.AnyTagClassName
{
color: #B9DD68;
}
</style>
background-color css
<style>
a { background-color: #B9DD68; }
a { background-color: rgb(185,221,104); }
div.DivClassName
{
background-color: #B9DD68;
}
.BgClassName
{
background-color: #B9DD68;
}
</style>
border-color css
<style>
span { border-color: #B9DD68; }
span { border-color: rgb(185,221,104); }
td.TdClassName
{
border-color: #B9DD68;
}
.TagClassName
{
border-color: #B9DD68;
}
</style>