Shades of Citron #94992A
Tints of Citron #94992A
RGB
CMYK
RGB Variations
Color information
#94992A (or 0x94992A) is known color: Citron. HEX triplet: 94, 99 and 2A. RGB value is (148,153,42). Sum of RGB (Red+Green+Blue) = 148+153+42=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #94992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94992A is #6B66D5. Grayscale: #8B8B8B. Windows color (decimal): -7038678 or 2791828. OLE color: 2791828.
HSL color Cylindrical-coordinate representation of color #94992A: hue angle of 62.7º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94992A is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 42 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.4 |
| HSL | 62.7º | 0.57% | 0.38% | - |
| HSV(B) | 62.7º | 0.73% | 0.6% | - |
| XYZ | 24.02 | 29.25 | 6.57 | - |
| YUV | 138.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 42 | 0.03 | 0 | 0.73 | 0.4 | 62.7 | 0.57 | 0.38 |
| Hex | 94 | 99 | 2A | 3 | 0 | 49 | 28 | 3F | 39 | 26 |
| Octal | 224 | 231 | 52 | 3 | 0 | 111 | 50 | 77 | 71 | 46 |
| Binary | 10010100 | 10011001 | 101010 | 11 | 0 | 1001001 | 101000 | 111111 | 111001 | 100110 |
Color Harmonies of #94992A
Complementary color
Monochromatic Colors of #94992A
Black with #94992A
Text Example
Text Example
White with #94992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94992A; }
p { color: rgb(148,153,42); }
H1.HeaderClassName
{
color: #94992A;
}
.AnyTagClassName
{
color: #94992A;
}
</style>
background-color css
<style>
a { background-color: #94992A; }
a { background-color: rgb(148,153,42); }
div.DivClassName
{
background-color: #94992A;
}
.BgClassName
{
background-color: #94992A;
}
</style>
border-color css
<style>
span { border-color: #94992A; }
span { border-color: rgb(148,153,42); }
td.TdClassName
{
border-color: #94992A;
}
.TagClassName
{
border-color: #94992A;
}
</style>