Shades of Citrus #94B713
Tints of Citrus #94B713
RGB
CMYK
RGB Variations
Color information
#94B713 (or 0x94B713) is known color: Citrus. HEX triplet: 94, B7 and 13. RGB value is (148,183,19). Sum of RGB (Red+Green+Blue) = 148+183+19=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #94B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B713 is #6B48EC. Grayscale: #9A9A9A. Windows color (decimal): -7031021 or 1292180. OLE color: 1292180.
HSL color Cylindrical-coordinate representation of color #94B713: hue angle of 72.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94B713 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 19 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.28 |
| HSL | 72.8º | 0.81% | 0.4% | - |
| HSV(B) | 72.8º | 0.9% | 0.72% | - |
| XYZ | 29.26 | 40.21 | 6.84 | - |
| YUV | 153.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 19 | 0.19 | 0 | 0.90 | 0.28 | 72.8 | 0.81 | 0.4 |
| Hex | 94 | B7 | 13 | 13 | 0 | 5A | 1C | 49 | 51 | 28 |
| Octal | 224 | 267 | 23 | 23 | 0 | 132 | 34 | 111 | 121 | 50 |
| Binary | 10010100 | 10110111 | 10011 | 10011 | 0 | 1011010 | 11100 | 1001001 | 1010001 | 101000 |
Color Harmonies of #94B713
Complementary color
Monochromatic Colors of #94B713
Black with #94B713
Text Example
Text Example
White with #94B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B713; }
p { color: rgb(148,183,19); }
H1.HeaderClassName
{
color: #94B713;
}
.AnyTagClassName
{
color: #94B713;
}
</style>
background-color css
<style>
a { background-color: #94B713; }
a { background-color: rgb(148,183,19); }
div.DivClassName
{
background-color: #94B713;
}
.BgClassName
{
background-color: #94B713;
}
</style>
border-color css
<style>
span { border-color: #94B713; }
span { border-color: rgb(148,183,19); }
td.TdClassName
{
border-color: #94B713;
}
.TagClassName
{
border-color: #94B713;
}
</style>