Shades of Citron #919E1F
Tints of Citron #919E1F
RGB
CMYK
RGB Variations
Color information
#919E1F (or 0x919E1F) is known color: Citron. HEX triplet: 91, 9E and 1F. RGB value is (145,158,31). Sum of RGB (Red+Green+Blue) = 145+158+31=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #919E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919E1F is #6E61E0. Grayscale: #8C8C8C. Windows color (decimal): -7234017 or 2072209. OLE color: 2072209.
HSL color Cylindrical-coordinate representation of color #919E1F: hue angle of 66.14º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #919E1F is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 31 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.38 |
| HSL | 66.14º | 0.67% | 0.37% | - |
| HSV(B) | 66.14º | 0.8% | 0.62% | - |
| XYZ | 24.15 | 30.57 | 5.92 | - |
| YUV | 139.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 31 | 0.08 | 0 | 0.80 | 0.38 | 66.14 | 0.67 | 0.37 |
| Hex | 91 | 9E | 1F | 8 | 0 | 50 | 26 | 42 | 43 | 25 |
| Octal | 221 | 236 | 37 | 10 | 0 | 120 | 46 | 102 | 103 | 45 |
| Binary | 10010001 | 10011110 | 11111 | 1000 | 0 | 1010000 | 100110 | 1000010 | 1000011 | 100101 |
Color Harmonies of #919E1F
Complementary color
Monochromatic Colors of #919E1F
Black with #919E1F
Text Example
Text Example
White with #919E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E1F; }
p { color: rgb(145,158,31); }
H1.HeaderClassName
{
color: #919E1F;
}
.AnyTagClassName
{
color: #919E1F;
}
</style>
background-color css
<style>
a { background-color: #919E1F; }
a { background-color: rgb(145,158,31); }
div.DivClassName
{
background-color: #919E1F;
}
.BgClassName
{
background-color: #919E1F;
}
</style>
border-color css
<style>
span { border-color: #919E1F; }
span { border-color: rgb(145,158,31); }
td.TdClassName
{
border-color: #919E1F;
}
.TagClassName
{
border-color: #919E1F;
}
</style>