Shades of Citron #94A11B
Tints of Citron #94A11B
RGB
CMYK
RGB Variations
Color information
#94A11B (or 0x94A11B) is known color: Citron. HEX triplet: 94, A1 and 1B. RGB value is (148,161,27). Sum of RGB (Red+Green+Blue) = 148+161+27=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #94A11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A11B is #6B5EE4. Grayscale: #8E8E8E. Windows color (decimal): -7036645 or 1810836. OLE color: 1810836.
HSL color Cylindrical-coordinate representation of color #94A11B: hue angle of 65.82º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94A11B is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 27 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.37 |
| HSL | 65.82º | 0.71% | 0.37% | - |
| HSV(B) | 65.82º | 0.83% | 0.63% | - |
| XYZ | 25.16 | 31.86 | 5.86 | - |
| YUV | 141.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 27 | 0.08 | 0 | 0.83 | 0.37 | 65.82 | 0.71 | 0.37 |
| Hex | 94 | A1 | 1B | 8 | 0 | 53 | 25 | 42 | 47 | 25 |
| Octal | 224 | 241 | 33 | 10 | 0 | 123 | 45 | 102 | 107 | 45 |
| Binary | 10010100 | 10100001 | 11011 | 1000 | 0 | 1010011 | 100101 | 1000010 | 1000111 | 100101 |
Color Harmonies of #94A11B
Complementary color
Monochromatic Colors of #94A11B
Black with #94A11B
Text Example
Text Example
White with #94A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A11B; }
p { color: rgb(148,161,27); }
H1.HeaderClassName
{
color: #94A11B;
}
.AnyTagClassName
{
color: #94A11B;
}
</style>
background-color css
<style>
a { background-color: #94A11B; }
a { background-color: rgb(148,161,27); }
div.DivClassName
{
background-color: #94A11B;
}
.BgClassName
{
background-color: #94A11B;
}
</style>
border-color css
<style>
span { border-color: #94A11B; }
span { border-color: rgb(148,161,27); }
td.TdClassName
{
border-color: #94A11B;
}
.TagClassName
{
border-color: #94A11B;
}
</style>