Shades of Conifer #B9DA68
Tints of Conifer #B9DA68
RGB
CMYK
RGB Variations
Color information
#B9DA68 (or 0xB9DA68) is known color: Conifer. HEX triplet: B9, DA and 68. RGB value is (185,218,104). Sum of RGB (Red+Green+Blue) = 185+218+104=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA68 is #462597. Grayscale: #C3C3C3. Windows color (decimal): -4597144 or 6871737. OLE color: 6871737.
HSL color Cylindrical-coordinate representation of color #B9DA68: hue angle of 77.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9DA68 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 104 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.15 |
| HSL | 77.37º | 0.61% | 0.63% | - |
| HSV(B) | 77.37º | 0.52% | 0.85% | - |
| XYZ | 47.58 | 61.46 | 22.45 | - |
| YUV | 195.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 104 | 0.15 | 0 | 0.52 | 0.15 | 77.37 | 0.61 | 0.63 |
| Hex | B9 | DA | 68 | F | 0 | 34 | F | 4D | 3D | 3F |
| Octal | 271 | 332 | 150 | 17 | 0 | 64 | 17 | 115 | 75 | 77 |
| Binary | 10111001 | 11011010 | 1101000 | 1111 | 0 | 110100 | 1111 | 1001101 | 111101 | 111111 |
Color Harmonies of #B9DA68
Complementary color
Monochromatic Colors of #B9DA68
Black with #B9DA68
Text Example
Text Example
White with #B9DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA68; }
p { color: rgb(185,218,104); }
H1.HeaderClassName
{
color: #B9DA68;
}
.AnyTagClassName
{
color: #B9DA68;
}
</style>
background-color css
<style>
a { background-color: #B9DA68; }
a { background-color: rgb(185,218,104); }
div.DivClassName
{
background-color: #B9DA68;
}
.BgClassName
{
background-color: #B9DA68;
}
</style>
border-color css
<style>
span { border-color: #B9DA68; }
span { border-color: rgb(185,218,104); }
td.TdClassName
{
border-color: #B9DA68;
}
.TagClassName
{
border-color: #B9DA68;
}
</style>