Shades of Citron #94900F
Tints of Citron #94900F
RGB
CMYK
RGB Variations
Color information
#94900F (or 0x94900F) is known color: Citron. HEX triplet: 94, 90 and 0F. RGB value is (148,144,15). Sum of RGB (Red+Green+Blue) = 148+144+15=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94900F is #6B6FF0. Grayscale: #838383. Windows color (decimal): -7041009 or 1020052. OLE color: 1020052.
HSL color Cylindrical-coordinate representation of color #94900F: hue angle of 58.2º 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 #94900F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.42 |
| HSL | 58.2º | 0.82% | 0.32% | - |
| HSV(B) | 58.2º | 0.9% | 0.58% | - |
| XYZ | 22.27 | 26.28 | 4.35 | - |
| YUV | 130.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 15 | 0 | 0.03 | 0.90 | 0.42 | 58.2 | 0.82 | 0.32 |
| Hex | 94 | 90 | F | 0 | 3 | 5A | 2A | 3A | 52 | 20 |
| Octal | 224 | 220 | 17 | 0 | 3 | 132 | 52 | 72 | 122 | 40 |
| Binary | 10010100 | 10010000 | 1111 | 0 | 11 | 1011010 | 101010 | 111010 | 1010010 | 100000 |
Color Harmonies of #94900F
Complementary color
Monochromatic Colors of #94900F
Black with #94900F
Text Example
Text Example
White with #94900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94900F; }
p { color: rgb(148,144,15); }
H1.HeaderClassName
{
color: #94900F;
}
.AnyTagClassName
{
color: #94900F;
}
</style>
background-color css
<style>
a { background-color: #94900F; }
a { background-color: rgb(148,144,15); }
div.DivClassName
{
background-color: #94900F;
}
.BgClassName
{
background-color: #94900F;
}
</style>
border-color css
<style>
span { border-color: #94900F; }
span { border-color: rgb(148,144,15); }
td.TdClassName
{
border-color: #94900F;
}
.TagClassName
{
border-color: #94900F;
}
</style>