Shades of Citron #948F0F
Tints of Citron #948F0F
RGB
CMYK
RGB Variations
Color information
#948F0F (or 0x948F0F) is known color: Citron. HEX triplet: 94, 8F and 0F. RGB value is (148,143,15). Sum of RGB (Red+Green+Blue) = 148+143+15=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #948F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F0F is #6B70F0. Grayscale: #828282. Windows color (decimal): -7041265 or 1019796. OLE color: 1019796.
HSL color Cylindrical-coordinate representation of color #948F0F: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #948F0F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.42 |
| HSL | 57.74º | 0.82% | 0.32% | - |
| HSV(B) | 57.74º | 0.9% | 0.58% | - |
| XYZ | 22.12 | 25.98 | 4.3 | - |
| YUV | 129.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 15 | 0 | 0.03 | 0.90 | 0.42 | 57.74 | 0.82 | 0.32 |
| Hex | 94 | 8F | F | 0 | 3 | 5A | 2A | 3A | 52 | 20 |
| Octal | 224 | 217 | 17 | 0 | 3 | 132 | 52 | 72 | 122 | 40 |
| Binary | 10010100 | 10001111 | 1111 | 0 | 11 | 1011010 | 101010 | 111010 | 1010010 | 100000 |
Color Harmonies of #948F0F
Complementary color
Monochromatic Colors of #948F0F
Black with #948F0F
Text Example
Text Example
White with #948F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F0F; }
p { color: rgb(148,143,15); }
H1.HeaderClassName
{
color: #948F0F;
}
.AnyTagClassName
{
color: #948F0F;
}
</style>
background-color css
<style>
a { background-color: #948F0F; }
a { background-color: rgb(148,143,15); }
div.DivClassName
{
background-color: #948F0F;
}
.BgClassName
{
background-color: #948F0F;
}
</style>
border-color css
<style>
span { border-color: #948F0F; }
span { border-color: rgb(148,143,15); }
td.TdClassName
{
border-color: #948F0F;
}
.TagClassName
{
border-color: #948F0F;
}
</style>