Shades of Citron #91940C
Tints of Citron #91940C
RGB
CMYK
RGB Variations
Color information
#91940C (or 0x91940C) is known color: Citron. HEX triplet: 91, 94 and 0C. RGB value is (145,148,12). Sum of RGB (Red+Green+Blue) = 145+148+12=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #91940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91940C is #6E6BF3. Grayscale: #848484. Windows color (decimal): -7236596 or 824465. OLE color: 824465.
HSL color Cylindrical-coordinate representation of color #91940C: hue angle of 61.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91940C is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 12 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.42 |
| HSL | 61.32º | 0.85% | 0.31% | - |
| HSV(B) | 61.32º | 0.92% | 0.58% | - |
| XYZ | 22.33 | 27.23 | 4.43 | - |
| YUV | 131.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 12 | 0.02 | 0 | 0.92 | 0.42 | 61.32 | 0.85 | 0.31 |
| Hex | 91 | 94 | C | 2 | 0 | 5C | 2A | 3D | 55 | 1F |
| Octal | 221 | 224 | 14 | 2 | 0 | 134 | 52 | 75 | 125 | 37 |
| Binary | 10010001 | 10010100 | 1100 | 10 | 0 | 1011100 | 101010 | 111101 | 1010101 | 11111 |
Color Harmonies of #91940C
Complementary color
Monochromatic Colors of #91940C
Black with #91940C
Text Example
Text Example
White with #91940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91940C; }
p { color: rgb(145,148,12); }
H1.HeaderClassName
{
color: #91940C;
}
.AnyTagClassName
{
color: #91940C;
}
</style>
background-color css
<style>
a { background-color: #91940C; }
a { background-color: rgb(145,148,12); }
div.DivClassName
{
background-color: #91940C;
}
.BgClassName
{
background-color: #91940C;
}
</style>
border-color css
<style>
span { border-color: #91940C; }
span { border-color: rgb(145,148,12); }
td.TdClassName
{
border-color: #91940C;
}
.TagClassName
{
border-color: #91940C;
}
</style>