Shades of Conifer #B9DC53
Tints of Conifer #B9DC53
RGB
CMYK
RGB Variations
Color information
#B9DC53 (or 0xB9DC53) is known color: Conifer. HEX triplet: B9, DC and 53. RGB value is (185,220,83). Sum of RGB (Red+Green+Blue) = 185+220+83=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC53 is #4623AC. Grayscale: #C2C2C2. Windows color (decimal): -4596653 or 5495993. OLE color: 5495993.
HSL color Cylindrical-coordinate representation of color #B9DC53: hue angle of 75.33º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9DC53 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 83 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.14 |
| HSL | 75.33º | 0.66% | 0.59% | - |
| HSV(B) | 75.33º | 0.62% | 0.86% | - |
| XYZ | 47.16 | 62.13 | 17.69 | - |
| YUV | 193.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 83 | 0.16 | 0 | 0.62 | 0.14 | 75.33 | 0.66 | 0.59 |
| Hex | B9 | DC | 53 | 10 | 0 | 3E | E | 4B | 42 | 3B |
| Octal | 271 | 334 | 123 | 20 | 0 | 76 | 16 | 113 | 102 | 73 |
| Binary | 10111001 | 11011100 | 1010011 | 10000 | 0 | 111110 | 1110 | 1001011 | 1000010 | 111011 |
Color Harmonies of #B9DC53
Complementary color
Monochromatic Colors of #B9DC53
Black with #B9DC53
Text Example
Text Example
White with #B9DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC53; }
p { color: rgb(185,220,83); }
H1.HeaderClassName
{
color: #B9DC53;
}
.AnyTagClassName
{
color: #B9DC53;
}
</style>
background-color css
<style>
a { background-color: #B9DC53; }
a { background-color: rgb(185,220,83); }
div.DivClassName
{
background-color: #B9DC53;
}
.BgClassName
{
background-color: #B9DC53;
}
</style>
border-color css
<style>
span { border-color: #B9DC53; }
span { border-color: rgb(185,220,83); }
td.TdClassName
{
border-color: #B9DC53;
}
.TagClassName
{
border-color: #B9DC53;
}
</style>