Shades of Conifer #B9DC68
Tints of Conifer #B9DC68
RGB
CMYK
RGB Variations
Color information
#B9DC68 (or 0xB9DC68) is known color: Conifer. HEX triplet: B9, DC and 68. RGB value is (185,220,104). Sum of RGB (Red+Green+Blue) = 185+220+104=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC68 is #462397. Grayscale: #C4C4C4. Windows color (decimal): -4596632 or 6872249. OLE color: 6872249.
HSL color Cylindrical-coordinate representation of color #B9DC68: hue angle of 78.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9DC68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.14 |
| HSL | 78.1º | 0.62% | 0.64% | - |
| HSV(B) | 78.1º | 0.53% | 0.86% | - |
| XYZ | 48.1 | 62.5 | 22.63 | - |
| YUV | 196.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 104 | 0.16 | 0 | 0.53 | 0.14 | 78.1 | 0.62 | 0.64 |
| Hex | B9 | DC | 68 | 10 | 0 | 35 | E | 4E | 3E | 40 |
| Octal | 271 | 334 | 150 | 20 | 0 | 65 | 16 | 116 | 76 | 100 |
| Binary | 10111001 | 11011100 | 1101000 | 10000 | 0 | 110101 | 1110 | 1001110 | 111110 | 1000000 |
Color Harmonies of #B9DC68
Complementary color
Monochromatic Colors of #B9DC68
Black with #B9DC68
Text Example
Text Example
White with #B9DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC68; }
p { color: rgb(185,220,104); }
H1.HeaderClassName
{
color: #B9DC68;
}
.AnyTagClassName
{
color: #B9DC68;
}
</style>
background-color css
<style>
a { background-color: #B9DC68; }
a { background-color: rgb(185,220,104); }
div.DivClassName
{
background-color: #B9DC68;
}
.BgClassName
{
background-color: #B9DC68;
}
</style>
border-color css
<style>
span { border-color: #B9DC68; }
span { border-color: rgb(185,220,104); }
td.TdClassName
{
border-color: #B9DC68;
}
.TagClassName
{
border-color: #B9DC68;
}
</style>