Shades of Citron #999B25
Tints of Citron #999B25
RGB
CMYK
RGB Variations
Color information
#999B25 (or 0x999B25) is known color: Citron. HEX triplet: 99, 9B and 25. RGB value is (153,155,37). Sum of RGB (Red+Green+Blue) = 153+155+37=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #999B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B25 is #6664DA. Grayscale: #8D8D8D. Windows color (decimal): -6710491 or 2464665. OLE color: 2464665.
HSL color Cylindrical-coordinate representation of color #999B25: hue angle of 61.02º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #999B25 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 37 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.39 |
| HSL | 61.02º | 0.61% | 0.38% | - |
| HSV(B) | 61.02º | 0.76% | 0.61% | - |
| XYZ | 25.19 | 30.35 | 6.28 | - |
| YUV | 140.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 37 | 0.01 | 0 | 0.76 | 0.39 | 61.02 | 0.61 | 0.38 |
| Hex | 99 | 9B | 25 | 1 | 0 | 4C | 27 | 3D | 3D | 26 |
| Octal | 231 | 233 | 45 | 1 | 0 | 114 | 47 | 75 | 75 | 46 |
| Binary | 10011001 | 10011011 | 100101 | 1 | 0 | 1001100 | 100111 | 111101 | 111101 | 100110 |
Color Harmonies of #999B25
Complementary color
Monochromatic Colors of #999B25
Black with #999B25
Text Example
Text Example
White with #999B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B25; }
p { color: rgb(153,155,37); }
H1.HeaderClassName
{
color: #999B25;
}
.AnyTagClassName
{
color: #999B25;
}
</style>
background-color css
<style>
a { background-color: #999B25; }
a { background-color: rgb(153,155,37); }
div.DivClassName
{
background-color: #999B25;
}
.BgClassName
{
background-color: #999B25;
}
</style>
border-color css
<style>
span { border-color: #999B25; }
span { border-color: rgb(153,155,37); }
td.TdClassName
{
border-color: #999B25;
}
.TagClassName
{
border-color: #999B25;
}
</style>