Shades of Conifer #B9DC62
Tints of Conifer #B9DC62
RGB
CMYK
RGB Variations
Color information
#B9DC62 (or 0xB9DC62) is known color: Conifer. HEX triplet: B9, DC and 62. RGB value is (185,220,98). Sum of RGB (Red+Green+Blue) = 185+220+98=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC62 is #46239D. Grayscale: #C4C4C4. Windows color (decimal): -4596638 or 6479033. OLE color: 6479033.
HSL color Cylindrical-coordinate representation of color #B9DC62: hue angle of 77.21º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9DC62 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 98 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.14 |
| HSL | 77.21º | 0.64% | 0.62% | - |
| HSV(B) | 77.21º | 0.55% | 0.86% | - |
| XYZ | 47.81 | 62.38 | 21.08 | - |
| YUV | 195.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 98 | 0.16 | 0 | 0.55 | 0.14 | 77.21 | 0.64 | 0.62 |
| Hex | B9 | DC | 62 | 10 | 0 | 37 | E | 4D | 40 | 3E |
| Octal | 271 | 334 | 142 | 20 | 0 | 67 | 16 | 115 | 100 | 76 |
| Binary | 10111001 | 11011100 | 1100010 | 10000 | 0 | 110111 | 1110 | 1001101 | 1000000 | 111110 |
Color Harmonies of #B9DC62
Complementary color
Monochromatic Colors of #B9DC62
Black with #B9DC62
Text Example
Text Example
White with #B9DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC62; }
p { color: rgb(185,220,98); }
H1.HeaderClassName
{
color: #B9DC62;
}
.AnyTagClassName
{
color: #B9DC62;
}
</style>
background-color css
<style>
a { background-color: #B9DC62; }
a { background-color: rgb(185,220,98); }
div.DivClassName
{
background-color: #B9DC62;
}
.BgClassName
{
background-color: #B9DC62;
}
</style>
border-color css
<style>
span { border-color: #B9DC62; }
span { border-color: rgb(185,220,98); }
td.TdClassName
{
border-color: #B9DC62;
}
.TagClassName
{
border-color: #B9DC62;
}
</style>