Shades of Conifer #B9DE67
Tints of Conifer #B9DE67
RGB
CMYK
RGB Variations
Color information
#B9DE67 (or 0xB9DE67) is known color: Conifer. HEX triplet: B9, DE and 67. RGB value is (185,222,103). Sum of RGB (Red+Green+Blue) = 185+222+103=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE67 is #462198. Grayscale: #C5C5C5. Windows color (decimal): -4596121 or 6807225. OLE color: 6807225.
HSL color Cylindrical-coordinate representation of color #B9DE67: hue angle of 78.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9DE67 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 103 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.13 |
| HSL | 78.66º | 0.64% | 0.64% | - |
| HSV(B) | 78.66º | 0.54% | 0.87% | - |
| XYZ | 48.58 | 63.54 | 22.54 | - |
| YUV | 197.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 103 | 0.17 | 0 | 0.54 | 0.13 | 78.66 | 0.64 | 0.64 |
| Hex | B9 | DE | 67 | 11 | 0 | 36 | D | 4F | 40 | 40 |
| Octal | 271 | 336 | 147 | 21 | 0 | 66 | 15 | 117 | 100 | 100 |
| Binary | 10111001 | 11011110 | 1100111 | 10001 | 0 | 110110 | 1101 | 1001111 | 1000000 | 1000000 |
Color Harmonies of #B9DE67
Complementary color
Monochromatic Colors of #B9DE67
Black with #B9DE67
Text Example
Text Example
White with #B9DE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DE67; }
p { color: rgb(185,222,103); }
H1.HeaderClassName
{
color: #B9DE67;
}
.AnyTagClassName
{
color: #B9DE67;
}
</style>
background-color css
<style>
a { background-color: #B9DE67; }
a { background-color: rgb(185,222,103); }
div.DivClassName
{
background-color: #B9DE67;
}
.BgClassName
{
background-color: #B9DE67;
}
</style>
border-color css
<style>
span { border-color: #B9DE67; }
span { border-color: rgb(185,222,103); }
td.TdClassName
{
border-color: #B9DE67;
}
.TagClassName
{
border-color: #B9DE67;
}
</style>