Shades of Conifer #9BDB53
Tints of Conifer #9BDB53
RGB
CMYK
RGB Variations
Color information
#9BDB53 (or 0x9BDB53) is known color: Conifer. HEX triplet: 9B, DB and 53. RGB value is (155,219,83). Sum of RGB (Red+Green+Blue) = 155+219+83=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB53 is #6424AC. Grayscale: #B8B8B8. Windows color (decimal): -6562989 or 5495707. OLE color: 5495707.
HSL color Cylindrical-coordinate representation of color #9BDB53: hue angle of 88.24º degrees, saturation: 0.65, 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 #9BDB53 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 83 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.14 |
| HSL | 88.24º | 0.65% | 0.59% | - |
| HSV(B) | 88.24º | 0.62% | 0.86% | - |
| XYZ | 40.41 | 58.26 | 17.3 | - |
| YUV | 184.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 83 | 0.29 | 0 | 0.62 | 0.14 | 88.24 | 0.65 | 0.59 |
| Hex | 9B | DB | 53 | 1D | 0 | 3E | E | 58 | 41 | 3B |
| Octal | 233 | 333 | 123 | 35 | 0 | 76 | 16 | 130 | 101 | 73 |
| Binary | 10011011 | 11011011 | 1010011 | 11101 | 0 | 111110 | 1110 | 1011000 | 1000001 | 111011 |
Color Harmonies of #9BDB53
Complementary color
Monochromatic Colors of #9BDB53
Black with #9BDB53
Text Example
Text Example
White with #9BDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB53; }
p { color: rgb(155,219,83); }
H1.HeaderClassName
{
color: #9BDB53;
}
.AnyTagClassName
{
color: #9BDB53;
}
</style>
background-color css
<style>
a { background-color: #9BDB53; }
a { background-color: rgb(155,219,83); }
div.DivClassName
{
background-color: #9BDB53;
}
.BgClassName
{
background-color: #9BDB53;
}
</style>
border-color css
<style>
span { border-color: #9BDB53; }
span { border-color: rgb(155,219,83); }
td.TdClassName
{
border-color: #9BDB53;
}
.TagClassName
{
border-color: #9BDB53;
}
</style>