Shades of Citron #999B07
Tints of Citron #999B07
RGB
CMYK
RGB Variations
Color information
#999B07 (or 0x999B07) is known color: Citron. HEX triplet: 99, 9B and 07. RGB value is (153,155,7). Sum of RGB (Red+Green+Blue) = 153+155+7=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #999B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B07 is #6664F8. Grayscale: #8A8A8A. Windows color (decimal): -6710521 or 498585. OLE color: 498585.
HSL color Cylindrical-coordinate representation of color #999B07: hue angle of 60.81º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #999B07 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.39 |
| HSL | 60.81º | 0.91% | 0.32% | - |
| HSV(B) | 60.81º | 0.95% | 0.61% | - |
| XYZ | 24.9 | 30.23 | 4.72 | - |
| YUV | 137.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 7 | 0.01 | 0 | 0.95 | 0.39 | 60.81 | 0.91 | 0.32 |
| Hex | 99 | 9B | 7 | 1 | 0 | 5F | 27 | 3D | 5B | 20 |
| Octal | 231 | 233 | 7 | 1 | 0 | 137 | 47 | 75 | 133 | 40 |
| Binary | 10011001 | 10011011 | 111 | 1 | 0 | 1011111 | 100111 | 111101 | 1011011 | 100000 |
Color Harmonies of #999B07
Complementary color
Monochromatic Colors of #999B07
Black with #999B07
Text Example
Text Example
White with #999B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B07; }
p { color: rgb(153,155,7); }
H1.HeaderClassName
{
color: #999B07;
}
.AnyTagClassName
{
color: #999B07;
}
</style>
background-color css
<style>
a { background-color: #999B07; }
a { background-color: rgb(153,155,7); }
div.DivClassName
{
background-color: #999B07;
}
.BgClassName
{
background-color: #999B07;
}
</style>
border-color css
<style>
span { border-color: #999B07; }
span { border-color: rgb(153,155,7); }
td.TdClassName
{
border-color: #999B07;
}
.TagClassName
{
border-color: #999B07;
}
</style>