Shades of Citron #94910F
Tints of Citron #94910F
RGB
CMYK
RGB Variations
Color information
#94910F (or 0x94910F) is known color: Citron. HEX triplet: 94, 91 and 0F. RGB value is (148,145,15). Sum of RGB (Red+Green+Blue) = 148+145+15=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94910F is #6B6EF0. Grayscale: #838383. Windows color (decimal): -7040753 or 1020308. OLE color: 1020308.
HSL color Cylindrical-coordinate representation of color #94910F: hue angle of 58.65º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94910F is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 15 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.42 |
| HSL | 58.65º | 0.82% | 0.32% | - |
| HSV(B) | 58.65º | 0.9% | 0.58% | - |
| XYZ | 22.42 | 26.58 | 4.4 | - |
| YUV | 131.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 15 | 0 | 0.02 | 0.90 | 0.42 | 58.65 | 0.82 | 0.32 |
| Hex | 94 | 91 | F | 0 | 2 | 5A | 2A | 3B | 52 | 20 |
| Octal | 224 | 221 | 17 | 0 | 2 | 132 | 52 | 73 | 122 | 40 |
| Binary | 10010100 | 10010001 | 1111 | 0 | 10 | 1011010 | 101010 | 111011 | 1010010 | 100000 |
Color Harmonies of #94910F
Complementary color
Monochromatic Colors of #94910F
Black with #94910F
Text Example
Text Example
White with #94910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94910F; }
p { color: rgb(148,145,15); }
H1.HeaderClassName
{
color: #94910F;
}
.AnyTagClassName
{
color: #94910F;
}
</style>
background-color css
<style>
a { background-color: #94910F; }
a { background-color: rgb(148,145,15); }
div.DivClassName
{
background-color: #94910F;
}
.BgClassName
{
background-color: #94910F;
}
</style>
border-color css
<style>
span { border-color: #94910F; }
span { border-color: rgb(148,145,15); }
td.TdClassName
{
border-color: #94910F;
}
.TagClassName
{
border-color: #94910F;
}
</style>