Shades of Citron #94972A
Tints of Citron #94972A
RGB
CMYK
RGB Variations
Color information
#94972A (or 0x94972A) is known color: Citron. HEX triplet: 94, 97 and 2A. RGB value is (148,151,42). Sum of RGB (Red+Green+Blue) = 148+151+42=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #94972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94972A is #6B68D5. Grayscale: #8A8A8A. Windows color (decimal): -7039190 or 2791316. OLE color: 2791316.
HSL color Cylindrical-coordinate representation of color #94972A: hue angle of 61.65º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94972A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 42 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.41 |
| HSL | 61.65º | 0.56% | 0.38% | - |
| HSV(B) | 61.65º | 0.72% | 0.59% | - |
| XYZ | 23.7 | 28.6 | 6.46 | - |
| YUV | 137.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 42 | 0.02 | 0 | 0.72 | 0.41 | 61.65 | 0.56 | 0.38 |
| Hex | 94 | 97 | 2A | 2 | 0 | 48 | 29 | 3E | 38 | 26 |
| Octal | 224 | 227 | 52 | 2 | 0 | 110 | 51 | 76 | 70 | 46 |
| Binary | 10010100 | 10010111 | 101010 | 10 | 0 | 1001000 | 101001 | 111110 | 111000 | 100110 |
Color Harmonies of #94972A
Complementary color
Monochromatic Colors of #94972A
Black with #94972A
Text Example
Text Example
White with #94972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94972A; }
p { color: rgb(148,151,42); }
H1.HeaderClassName
{
color: #94972A;
}
.AnyTagClassName
{
color: #94972A;
}
</style>
background-color css
<style>
a { background-color: #94972A; }
a { background-color: rgb(148,151,42); }
div.DivClassName
{
background-color: #94972A;
}
.BgClassName
{
background-color: #94972A;
}
</style>
border-color css
<style>
span { border-color: #94972A; }
span { border-color: rgb(148,151,42); }
td.TdClassName
{
border-color: #94972A;
}
.TagClassName
{
border-color: #94972A;
}
</style>