Shades of Citron #94901B
Tints of Citron #94901B
RGB
CMYK
RGB Variations
Color information
#94901B (or 0x94901B) is known color: Citron. HEX triplet: 94, 90 and 1B. RGB value is (148,144,27). Sum of RGB (Red+Green+Blue) = 148+144+27=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94901B is #6B6FE4. Grayscale: #848484. Windows color (decimal): -7040997 or 1806484. OLE color: 1806484.
HSL color Cylindrical-coordinate representation of color #94901B: hue angle of 58.02º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94901B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 27 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.42 |
| HSL | 58.02º | 0.69% | 0.34% | - |
| HSV(B) | 58.02º | 0.82% | 0.58% | - |
| XYZ | 22.38 | 26.32 | 4.94 | - |
| YUV | 131.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 27 | 0 | 0.03 | 0.82 | 0.42 | 58.02 | 0.69 | 0.34 |
| Hex | 94 | 90 | 1B | 0 | 3 | 52 | 2A | 3A | 45 | 22 |
| Octal | 224 | 220 | 33 | 0 | 3 | 122 | 52 | 72 | 105 | 42 |
| Binary | 10010100 | 10010000 | 11011 | 0 | 11 | 1010010 | 101010 | 111010 | 1000101 | 100010 |
Color Harmonies of #94901B
Complementary color
Monochromatic Colors of #94901B
Black with #94901B
Text Example
Text Example
White with #94901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94901B; }
p { color: rgb(148,144,27); }
H1.HeaderClassName
{
color: #94901B;
}
.AnyTagClassName
{
color: #94901B;
}
</style>
background-color css
<style>
a { background-color: #94901B; }
a { background-color: rgb(148,144,27); }
div.DivClassName
{
background-color: #94901B;
}
.BgClassName
{
background-color: #94901B;
}
</style>
border-color css
<style>
span { border-color: #94901B; }
span { border-color: rgb(148,144,27); }
td.TdClassName
{
border-color: #94901B;
}
.TagClassName
{
border-color: #94901B;
}
</style>