Shades of Conifer #9BEA53
Tints of Conifer #9BEA53
RGB
CMYK
RGB Variations
Color information
#9BEA53 (or 0x9BEA53) is known color: Conifer. HEX triplet: 9B, EA and 53. RGB value is (155,234,83). Sum of RGB (Red+Green+Blue) = 155+234+83=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA53 is #6415AC. Grayscale: #C1C1C1. Windows color (decimal): -6559149 or 5499547. OLE color: 5499547.
HSL color Cylindrical-coordinate representation of color #9BEA53: hue angle of 91.39º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BEA53 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 83 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.08 |
| HSL | 91.39º | 0.78% | 0.62% | - |
| HSV(B) | 91.39º | 0.65% | 0.92% | - |
| XYZ | 44.5 | 66.44 | 18.66 | - |
| YUV | 193.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 83 | 0.34 | 0 | 0.65 | 0.08 | 91.39 | 0.78 | 0.62 |
| Hex | 9B | EA | 53 | 22 | 0 | 41 | 8 | 5B | 4E | 3E |
| Octal | 233 | 352 | 123 | 42 | 0 | 101 | 10 | 133 | 116 | 76 |
| Binary | 10011011 | 11101010 | 1010011 | 100010 | 0 | 1000001 | 1000 | 1011011 | 1001110 | 111110 |
Color Harmonies of #9BEA53
Complementary color
Monochromatic Colors of #9BEA53
Black with #9BEA53
Text Example
Text Example
White with #9BEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA53; }
p { color: rgb(155,234,83); }
H1.HeaderClassName
{
color: #9BEA53;
}
.AnyTagClassName
{
color: #9BEA53;
}
</style>
background-color css
<style>
a { background-color: #9BEA53; }
a { background-color: rgb(155,234,83); }
div.DivClassName
{
background-color: #9BEA53;
}
.BgClassName
{
background-color: #9BEA53;
}
</style>
border-color css
<style>
span { border-color: #9BEA53; }
span { border-color: rgb(155,234,83); }
td.TdClassName
{
border-color: #9BEA53;
}
.TagClassName
{
border-color: #9BEA53;
}
</style>