Shades of Citron #919527
Tints of Citron #919527
RGB
CMYK
RGB Variations
Color information
#919527 (or 0x919527) is known color: Citron. HEX triplet: 91, 95 and 27. RGB value is (145,149,39). Sum of RGB (Red+Green+Blue) = 145+149+39=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #919527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919527 is #6E6AD8. Grayscale: #878787. Windows color (decimal): -7236313 or 2594193. OLE color: 2594193.
HSL color Cylindrical-coordinate representation of color #919527: hue angle of 62.18º degrees, saturation: 0.59, 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 #919527 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 39 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.42 |
| HSL | 62.18º | 0.59% | 0.37% | - |
| HSV(B) | 62.18º | 0.74% | 0.58% | - |
| XYZ | 22.79 | 27.66 | 6.06 | - |
| YUV | 135.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 39 | 0.03 | 0 | 0.74 | 0.42 | 62.18 | 0.59 | 0.37 |
| Hex | 91 | 95 | 27 | 3 | 0 | 4A | 2A | 3E | 3B | 25 |
| Octal | 221 | 225 | 47 | 3 | 0 | 112 | 52 | 76 | 73 | 45 |
| Binary | 10010001 | 10010101 | 100111 | 11 | 0 | 1001010 | 101010 | 111110 | 111011 | 100101 |
Color Harmonies of #919527
Complementary color
Monochromatic Colors of #919527
Black with #919527
Text Example
Text Example
White with #919527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919527; }
p { color: rgb(145,149,39); }
H1.HeaderClassName
{
color: #919527;
}
.AnyTagClassName
{
color: #919527;
}
</style>
background-color css
<style>
a { background-color: #919527; }
a { background-color: rgb(145,149,39); }
div.DivClassName
{
background-color: #919527;
}
.BgClassName
{
background-color: #919527;
}
</style>
border-color css
<style>
span { border-color: #919527; }
span { border-color: rgb(145,149,39); }
td.TdClassName
{
border-color: #919527;
}
.TagClassName
{
border-color: #919527;
}
</style>