Shades of Citron #999528
Tints of Citron #999528
RGB
CMYK
RGB Variations
Color information
#999528 (or 0x999528) is known color: Citron. HEX triplet: 99, 95 and 28. RGB value is (153,149,40). Sum of RGB (Red+Green+Blue) = 153+149+40=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #999528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999528 is #666AD7. Grayscale: #8A8A8A. Windows color (decimal): -6712024 or 2659737. OLE color: 2659737.
HSL color Cylindrical-coordinate representation of color #999528: hue angle of 57.88º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #999528 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 40 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.4 |
| HSL | 57.88º | 0.59% | 0.38% | - |
| HSV(B) | 57.88º | 0.74% | 0.6% | - |
| XYZ | 24.27 | 28.42 | 6.21 | - |
| YUV | 137.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 40 | 0 | 0.03 | 0.74 | 0.4 | 57.88 | 0.59 | 0.38 |
| Hex | 99 | 95 | 28 | 0 | 3 | 4A | 28 | 3A | 3B | 26 |
| Octal | 231 | 225 | 50 | 0 | 3 | 112 | 50 | 72 | 73 | 46 |
| Binary | 10011001 | 10010101 | 101000 | 0 | 11 | 1001010 | 101000 | 111010 | 111011 | 100110 |
Color Harmonies of #999528
Complementary color
Monochromatic Colors of #999528
Black with #999528
Text Example
Text Example
White with #999528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999528; }
p { color: rgb(153,149,40); }
H1.HeaderClassName
{
color: #999528;
}
.AnyTagClassName
{
color: #999528;
}
</style>
background-color css
<style>
a { background-color: #999528; }
a { background-color: rgb(153,149,40); }
div.DivClassName
{
background-color: #999528;
}
.BgClassName
{
background-color: #999528;
}
</style>
border-color css
<style>
span { border-color: #999528; }
span { border-color: rgb(153,149,40); }
td.TdClassName
{
border-color: #999528;
}
.TagClassName
{
border-color: #999528;
}
</style>