Shades of Citron #999627
Tints of Citron #999627
RGB
CMYK
RGB Variations
Color information
#999627 (or 0x999627) is known color: Citron. HEX triplet: 99, 96 and 27. RGB value is (153,150,39). Sum of RGB (Red+Green+Blue) = 153+150+39=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #999627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999627 is #6669D8. Grayscale: #8A8A8A. Windows color (decimal): -6711769 or 2594457. OLE color: 2594457.
HSL color Cylindrical-coordinate representation of color #999627: hue angle of 58.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999627 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 39 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.4 |
| HSL | 58.42º | 0.59% | 0.38% | - |
| HSV(B) | 58.42º | 0.75% | 0.6% | - |
| XYZ | 24.41 | 28.73 | 6.18 | - |
| YUV | 138.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 39 | 0 | 0.02 | 0.75 | 0.4 | 58.42 | 0.59 | 0.38 |
| Hex | 99 | 96 | 27 | 0 | 2 | 4B | 28 | 3A | 3B | 26 |
| Octal | 231 | 226 | 47 | 0 | 2 | 113 | 50 | 72 | 73 | 46 |
| Binary | 10011001 | 10010110 | 100111 | 0 | 10 | 1001011 | 101000 | 111010 | 111011 | 100110 |
Color Harmonies of #999627
Complementary color
Monochromatic Colors of #999627
Black with #999627
Text Example
Text Example
White with #999627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999627; }
p { color: rgb(153,150,39); }
H1.HeaderClassName
{
color: #999627;
}
.AnyTagClassName
{
color: #999627;
}
</style>
background-color css
<style>
a { background-color: #999627; }
a { background-color: rgb(153,150,39); }
div.DivClassName
{
background-color: #999627;
}
.BgClassName
{
background-color: #999627;
}
</style>
border-color css
<style>
span { border-color: #999627; }
span { border-color: rgb(153,150,39); }
td.TdClassName
{
border-color: #999627;
}
.TagClassName
{
border-color: #999627;
}
</style>