Shades of Citron #919E2F
Tints of Citron #919E2F
RGB
CMYK
RGB Variations
Color information
#919E2F (or 0x919E2F) is known color: Citron. HEX triplet: 91, 9E and 2F. RGB value is (145,158,47). Sum of RGB (Red+Green+Blue) = 145+158+47=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #919E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919E2F is #6E61D0. Grayscale: #8D8D8D. Windows color (decimal): -7234001 or 3120785. OLE color: 3120785.
HSL color Cylindrical-coordinate representation of color #919E2F: hue angle of 67.03º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #919E2F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 47 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.38 |
| HSL | 67.03º | 0.54% | 0.4% | - |
| HSV(B) | 67.03º | 0.7% | 0.62% | - |
| XYZ | 24.42 | 30.68 | 7.32 | - |
| YUV | 141.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 47 | 0.08 | 0 | 0.70 | 0.38 | 67.03 | 0.54 | 0.4 |
| Hex | 91 | 9E | 2F | 8 | 0 | 46 | 26 | 43 | 36 | 28 |
| Octal | 221 | 236 | 57 | 10 | 0 | 106 | 46 | 103 | 66 | 50 |
| Binary | 10010001 | 10011110 | 101111 | 1000 | 0 | 1000110 | 100110 | 1000011 | 110110 | 101000 |
Color Harmonies of #919E2F
Complementary color
Monochromatic Colors of #919E2F
Black with #919E2F
Text Example
Text Example
White with #919E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E2F; }
p { color: rgb(145,158,47); }
H1.HeaderClassName
{
color: #919E2F;
}
.AnyTagClassName
{
color: #919E2F;
}
</style>
background-color css
<style>
a { background-color: #919E2F; }
a { background-color: rgb(145,158,47); }
div.DivClassName
{
background-color: #919E2F;
}
.BgClassName
{
background-color: #919E2F;
}
</style>
border-color css
<style>
span { border-color: #919E2F; }
span { border-color: rgb(145,158,47); }
td.TdClassName
{
border-color: #919E2F;
}
.TagClassName
{
border-color: #919E2F;
}
</style>