Shades of Conifer #B9DC6A
Tints of Conifer #B9DC6A
RGB
CMYK
RGB Variations
Color information
#B9DC6A (or 0xB9DC6A) is known color: Conifer. HEX triplet: B9, DC and 6A. RGB value is (185,220,106). Sum of RGB (Red+Green+Blue) = 185+220+106=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC6A is #462395. Grayscale: #C4C4C4. Windows color (decimal): -4596630 or 7003321. OLE color: 7003321.
HSL color Cylindrical-coordinate representation of color #B9DC6A: hue angle of 78.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9DC6A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 106 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.14 |
| HSL | 78.42º | 0.62% | 0.64% | - |
| HSV(B) | 78.42º | 0.52% | 0.86% | - |
| XYZ | 48.2 | 62.54 | 23.17 | - |
| YUV | 196.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 106 | 0.16 | 0 | 0.52 | 0.14 | 78.42 | 0.62 | 0.64 |
| Hex | B9 | DC | 6A | 10 | 0 | 34 | E | 4E | 3E | 40 |
| Octal | 271 | 334 | 152 | 20 | 0 | 64 | 16 | 116 | 76 | 100 |
| Binary | 10111001 | 11011100 | 1101010 | 10000 | 0 | 110100 | 1110 | 1001110 | 111110 | 1000000 |
Color Harmonies of #B9DC6A
Complementary color
Monochromatic Colors of #B9DC6A
Black with #B9DC6A
Text Example
Text Example
White with #B9DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC6A; }
p { color: rgb(185,220,106); }
H1.HeaderClassName
{
color: #B9DC6A;
}
.AnyTagClassName
{
color: #B9DC6A;
}
</style>
background-color css
<style>
a { background-color: #B9DC6A; }
a { background-color: rgb(185,220,106); }
div.DivClassName
{
background-color: #B9DC6A;
}
.BgClassName
{
background-color: #B9DC6A;
}
</style>
border-color css
<style>
span { border-color: #B9DC6A; }
span { border-color: rgb(185,220,106); }
td.TdClassName
{
border-color: #B9DC6A;
}
.TagClassName
{
border-color: #B9DC6A;
}
</style>