Shades of Citron #94901C
Tints of Citron #94901C
RGB
CMYK
RGB Variations
Color information
#94901C (or 0x94901C) is known color: Citron. HEX triplet: 94, 90 and 1C. RGB value is (148,144,28). Sum of RGB (Red+Green+Blue) = 148+144+28=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94901C is #6B6FE3. Grayscale: #848484. Windows color (decimal): -7040996 or 1872020. OLE color: 1872020.
HSL color Cylindrical-coordinate representation of color #94901C: hue angle of 58º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94901C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 28 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.42 |
| HSL | 58º | 0.68% | 0.35% | - |
| HSV(B) | 58º | 0.81% | 0.58% | - |
| XYZ | 22.4 | 26.33 | 5 | - |
| YUV | 131.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 28 | 0 | 0.03 | 0.81 | 0.42 | 58 | 0.68 | 0.35 |
| Hex | 94 | 90 | 1C | 0 | 3 | 51 | 2A | 3A | 44 | 23 |
| Octal | 224 | 220 | 34 | 0 | 3 | 121 | 52 | 72 | 104 | 43 |
| Binary | 10010100 | 10010000 | 11100 | 0 | 11 | 1010001 | 101010 | 111010 | 1000100 | 100011 |
Color Harmonies of #94901C
Complementary color
Monochromatic Colors of #94901C
Black with #94901C
Text Example
Text Example
White with #94901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94901C; }
p { color: rgb(148,144,28); }
H1.HeaderClassName
{
color: #94901C;
}
.AnyTagClassName
{
color: #94901C;
}
</style>
background-color css
<style>
a { background-color: #94901C; }
a { background-color: rgb(148,144,28); }
div.DivClassName
{
background-color: #94901C;
}
.BgClassName
{
background-color: #94901C;
}
</style>
border-color css
<style>
span { border-color: #94901C; }
span { border-color: rgb(148,144,28); }
td.TdClassName
{
border-color: #94901C;
}
.TagClassName
{
border-color: #94901C;
}
</style>