Shades of Citron #989627
Tints of Citron #989627
RGB
CMYK
RGB Variations
Color information
#989627 (or 0x989627) is known color: Citron. HEX triplet: 98, 96 and 27. RGB value is (152,150,39). Sum of RGB (Red+Green+Blue) = 152+150+39=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #989627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989627 is #6769D8. Grayscale: #8A8A8A. Windows color (decimal): -6777305 or 2594456. OLE color: 2594456.
HSL color Cylindrical-coordinate representation of color #989627: hue angle of 58.94º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #989627 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 39 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.40 |
| HSL | 58.94º | 0.59% | 0.37% | - |
| HSV(B) | 58.94º | 0.74% | 0.6% | - |
| XYZ | 24.22 | 28.63 | 6.17 | - |
| YUV | 137.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 39 | 0 | 0.01 | 0.74 | 0.40 | 58.94 | 0.59 | 0.37 |
| Hex | 98 | 96 | 27 | 0 | 1 | 4A | 28 | 3B | 3B | 25 |
| Octal | 230 | 226 | 47 | 0 | 1 | 112 | 50 | 73 | 73 | 45 |
| Binary | 10011000 | 10010110 | 100111 | 0 | 1 | 1001010 | 101000 | 111011 | 111011 | 100101 |
Color Harmonies of #989627
Complementary color
Monochromatic Colors of #989627
Black with #989627
Text Example
Text Example
White with #989627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989627; }
p { color: rgb(152,150,39); }
H1.HeaderClassName
{
color: #989627;
}
.AnyTagClassName
{
color: #989627;
}
</style>
background-color css
<style>
a { background-color: #989627; }
a { background-color: rgb(152,150,39); }
div.DivClassName
{
background-color: #989627;
}
.BgClassName
{
background-color: #989627;
}
</style>
border-color css
<style>
span { border-color: #989627; }
span { border-color: rgb(152,150,39); }
td.TdClassName
{
border-color: #989627;
}
.TagClassName
{
border-color: #989627;
}
</style>