Shades of Citron #919C1D
Tints of Citron #919C1D
RGB
CMYK
RGB Variations
Color information
#919C1D (or 0x919C1D) is known color: Citron. HEX triplet: 91, 9C and 1D. RGB value is (145,156,29). Sum of RGB (Red+Green+Blue) = 145+156+29=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #919C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919C1D is #6E63E2. Grayscale: #8A8A8A. Windows color (decimal): -7234531 or 1940625. OLE color: 1940625.
HSL color Cylindrical-coordinate representation of color #919C1D: hue angle of 65.2º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #919C1D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 29 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.39 |
| HSL | 65.2º | 0.69% | 0.36% | - |
| HSV(B) | 65.2º | 0.81% | 0.61% | - |
| XYZ | 23.79 | 29.89 | 5.68 | - |
| YUV | 138.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 29 | 0.07 | 0 | 0.81 | 0.39 | 65.2 | 0.69 | 0.36 |
| Hex | 91 | 9C | 1D | 7 | 0 | 51 | 27 | 41 | 45 | 24 |
| Octal | 221 | 234 | 35 | 7 | 0 | 121 | 47 | 101 | 105 | 44 |
| Binary | 10010001 | 10011100 | 11101 | 111 | 0 | 1010001 | 100111 | 1000001 | 1000101 | 100100 |
Color Harmonies of #919C1D
Complementary color
Monochromatic Colors of #919C1D
Black with #919C1D
Text Example
Text Example
White with #919C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C1D; }
p { color: rgb(145,156,29); }
H1.HeaderClassName
{
color: #919C1D;
}
.AnyTagClassName
{
color: #919C1D;
}
</style>
background-color css
<style>
a { background-color: #919C1D; }
a { background-color: rgb(145,156,29); }
div.DivClassName
{
background-color: #919C1D;
}
.BgClassName
{
background-color: #919C1D;
}
</style>
border-color css
<style>
span { border-color: #919C1D; }
span { border-color: rgb(145,156,29); }
td.TdClassName
{
border-color: #919C1D;
}
.TagClassName
{
border-color: #919C1D;
}
</style>