Shades of Conifer #B9DD67
Tints of Conifer #B9DD67
RGB
CMYK
RGB Variations
Color information
#B9DD67 (or 0xB9DD67) is known color: Conifer. HEX triplet: B9, DD and 67. RGB value is (185,221,103). Sum of RGB (Red+Green+Blue) = 185+221+103=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD67 is #462298. Grayscale: #C5C5C5. Windows color (decimal): -4596377 or 6806969. OLE color: 6806969.
HSL color Cylindrical-coordinate representation of color #B9DD67: hue angle of 78.31º 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 #B9DD67 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 103 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 78.31º | 0.63% | 0.64% | - |
| HSV(B) | 78.31º | 0.53% | 0.87% | - |
| XYZ | 48.31 | 63.01 | 22.45 | - |
| YUV | 196.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 103 | 0.16 | 0 | 0.53 | 0.13 | 78.31 | 0.63 | 0.64 |
| Hex | B9 | DD | 67 | 10 | 0 | 35 | D | 4E | 3F | 40 |
| Octal | 271 | 335 | 147 | 20 | 0 | 65 | 15 | 116 | 77 | 100 |
| Binary | 10111001 | 11011101 | 1100111 | 10000 | 0 | 110101 | 1101 | 1001110 | 111111 | 1000000 |
Color Harmonies of #B9DD67
Complementary color
Monochromatic Colors of #B9DD67
Black with #B9DD67
Text Example
Text Example
White with #B9DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD67; }
p { color: rgb(185,221,103); }
H1.HeaderClassName
{
color: #B9DD67;
}
.AnyTagClassName
{
color: #B9DD67;
}
</style>
background-color css
<style>
a { background-color: #B9DD67; }
a { background-color: rgb(185,221,103); }
div.DivClassName
{
background-color: #B9DD67;
}
.BgClassName
{
background-color: #B9DD67;
}
</style>
border-color css
<style>
span { border-color: #B9DD67; }
span { border-color: rgb(185,221,103); }
td.TdClassName
{
border-color: #B9DD67;
}
.TagClassName
{
border-color: #B9DD67;
}
</style>