Shades of Citron #949127
Tints of Citron #949127
RGB
CMYK
RGB Variations
Color information
#949127 (or 0x949127) is known color: Citron. HEX triplet: 94, 91 and 27. RGB value is (148,145,39). Sum of RGB (Red+Green+Blue) = 148+145+39=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #949127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949127 is #6B6ED8. Grayscale: #868686. Windows color (decimal): -7040729 or 2593172. OLE color: 2593172.
HSL color Cylindrical-coordinate representation of color #949127: hue angle of 58.35º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949127 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 39 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.42 |
| HSL | 58.35º | 0.58% | 0.37% | - |
| HSV(B) | 58.35º | 0.74% | 0.58% | - |
| XYZ | 22.7 | 26.69 | 5.88 | - |
| YUV | 133.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 39 | 0 | 0.02 | 0.74 | 0.42 | 58.35 | 0.58 | 0.37 |
| Hex | 94 | 91 | 27 | 0 | 2 | 4A | 2A | 3A | 3A | 25 |
| Octal | 224 | 221 | 47 | 0 | 2 | 112 | 52 | 72 | 72 | 45 |
| Binary | 10010100 | 10010001 | 100111 | 0 | 10 | 1001010 | 101010 | 111010 | 111010 | 100101 |
Color Harmonies of #949127
Complementary color
Monochromatic Colors of #949127
Black with #949127
Text Example
Text Example
White with #949127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949127; }
p { color: rgb(148,145,39); }
H1.HeaderClassName
{
color: #949127;
}
.AnyTagClassName
{
color: #949127;
}
</style>
background-color css
<style>
a { background-color: #949127; }
a { background-color: rgb(148,145,39); }
div.DivClassName
{
background-color: #949127;
}
.BgClassName
{
background-color: #949127;
}
</style>
border-color css
<style>
span { border-color: #949127; }
span { border-color: rgb(148,145,39); }
td.TdClassName
{
border-color: #949127;
}
.TagClassName
{
border-color: #949127;
}
</style>