Shades of Citron #899C14
Tints of Citron #899C14
RGB
CMYK
RGB Variations
Color information
#899C14 (or 0x899C14) is known color: Citron. HEX triplet: 89, 9C and 14. RGB value is (137,156,20). Sum of RGB (Red+Green+Blue) = 137+156+20=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #899C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899C14 is #7663EB. Grayscale: #878787. Windows color (decimal): -7758828 or 1350793. OLE color: 1350793.
HSL color Cylindrical-coordinate representation of color #899C14: hue angle of 68.38º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #899C14 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 20 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.39 |
| HSL | 68.38º | 0.77% | 0.35% | - |
| HSV(B) | 68.38º | 0.87% | 0.61% | - |
| XYZ | 22.33 | 29.15 | 5.11 | - |
| YUV | 134.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 20 | 0.12 | 0 | 0.87 | 0.39 | 68.38 | 0.77 | 0.35 |
| Hex | 89 | 9C | 14 | C | 0 | 57 | 27 | 44 | 4D | 23 |
| Octal | 211 | 234 | 24 | 14 | 0 | 127 | 47 | 104 | 115 | 43 |
| Binary | 10001001 | 10011100 | 10100 | 1100 | 0 | 1010111 | 100111 | 1000100 | 1001101 | 100011 |
Color Harmonies of #899C14
Complementary color
Monochromatic Colors of #899C14
Black with #899C14
Text Example
Text Example
White with #899C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C14; }
p { color: rgb(137,156,20); }
H1.HeaderClassName
{
color: #899C14;
}
.AnyTagClassName
{
color: #899C14;
}
</style>
background-color css
<style>
a { background-color: #899C14; }
a { background-color: rgb(137,156,20); }
div.DivClassName
{
background-color: #899C14;
}
.BgClassName
{
background-color: #899C14;
}
</style>
border-color css
<style>
span { border-color: #899C14; }
span { border-color: rgb(137,156,20); }
td.TdClassName
{
border-color: #899C14;
}
.TagClassName
{
border-color: #899C14;
}
</style>