Shades of Citron #899318
Tints of Citron #899318
RGB
CMYK
RGB Variations
Color information
#899318 (or 0x899318) is known color: Citron. HEX triplet: 89, 93 and 18. RGB value is (137,147,24). Sum of RGB (Red+Green+Blue) = 137+147+24=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #899318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899318 is #766CE7. Grayscale: #828282. Windows color (decimal): -7761128 or 1610633. OLE color: 1610633.
HSL color Cylindrical-coordinate representation of color #899318: hue angle of 64.88º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #899318 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 24 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.42 |
| HSL | 64.88º | 0.72% | 0.34% | - |
| HSV(B) | 64.88º | 0.84% | 0.58% | - |
| XYZ | 20.92 | 26.25 | 4.83 | - |
| YUV | 129.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 24 | 0.07 | 0 | 0.84 | 0.42 | 64.88 | 0.72 | 0.34 |
| Hex | 89 | 93 | 18 | 7 | 0 | 54 | 2A | 41 | 48 | 22 |
| Octal | 211 | 223 | 30 | 7 | 0 | 124 | 52 | 101 | 110 | 42 |
| Binary | 10001001 | 10010011 | 11000 | 111 | 0 | 1010100 | 101010 | 1000001 | 1001000 | 100010 |
Color Harmonies of #899318
Complementary color
Monochromatic Colors of #899318
Black with #899318
Text Example
Text Example
White with #899318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899318; }
p { color: rgb(137,147,24); }
H1.HeaderClassName
{
color: #899318;
}
.AnyTagClassName
{
color: #899318;
}
</style>
background-color css
<style>
a { background-color: #899318; }
a { background-color: rgb(137,147,24); }
div.DivClassName
{
background-color: #899318;
}
.BgClassName
{
background-color: #899318;
}
</style>
border-color css
<style>
span { border-color: #899318; }
span { border-color: rgb(137,147,24); }
td.TdClassName
{
border-color: #899318;
}
.TagClassName
{
border-color: #899318;
}
</style>