Shades of Citron #899C25
Tints of Citron #899C25
RGB
CMYK
RGB Variations
Color information
#899C25 (or 0x899C25) is known color: Citron. HEX triplet: 89, 9C and 25. RGB value is (137,156,37). Sum of RGB (Red+Green+Blue) = 137+156+37=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #899C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899C25 is #7663DA. Grayscale: #898989. Windows color (decimal): -7758811 or 2464905. OLE color: 2464905.
HSL color Cylindrical-coordinate representation of color #899C25: hue angle of 69.58º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #899C25 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 37 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.39 |
| HSL | 69.58º | 0.62% | 0.38% | - |
| HSV(B) | 69.58º | 0.76% | 0.61% | - |
| XYZ | 22.54 | 29.23 | 6.2 | - |
| YUV | 136.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 37 | 0.12 | 0 | 0.76 | 0.39 | 69.58 | 0.62 | 0.38 |
| Hex | 89 | 9C | 25 | C | 0 | 4C | 27 | 46 | 3E | 26 |
| Octal | 211 | 234 | 45 | 14 | 0 | 114 | 47 | 106 | 76 | 46 |
| Binary | 10001001 | 10011100 | 100101 | 1100 | 0 | 1001100 | 100111 | 1000110 | 111110 | 100110 |
Color Harmonies of #899C25
Complementary color
Monochromatic Colors of #899C25
Black with #899C25
Text Example
Text Example
White with #899C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C25; }
p { color: rgb(137,156,37); }
H1.HeaderClassName
{
color: #899C25;
}
.AnyTagClassName
{
color: #899C25;
}
</style>
background-color css
<style>
a { background-color: #899C25; }
a { background-color: rgb(137,156,37); }
div.DivClassName
{
background-color: #899C25;
}
.BgClassName
{
background-color: #899C25;
}
</style>
border-color css
<style>
span { border-color: #899C25; }
span { border-color: rgb(137,156,37); }
td.TdClassName
{
border-color: #899C25;
}
.TagClassName
{
border-color: #899C25;
}
</style>