Shades of Citron #999B08
Tints of Citron #999B08
RGB
CMYK
RGB Variations
Color information
#999B08 (or 0x999B08) is known color: Citron. HEX triplet: 99, 9B and 08. RGB value is (153,155,8). Sum of RGB (Red+Green+Blue) = 153+155+8=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #999B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B08 is #6664F7. Grayscale: #8A8A8A. Windows color (decimal): -6710520 or 564121. OLE color: 564121.
HSL color Cylindrical-coordinate representation of color #999B08: hue angle of 60.82º degrees, saturation: 0.9, 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 #999B08 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 8 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.39 |
| HSL | 60.82º | 0.9% | 0.32% | - |
| HSV(B) | 60.82º | 0.95% | 0.61% | - |
| XYZ | 24.9 | 30.23 | 4.75 | - |
| YUV | 137.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 8 | 0.01 | 0 | 0.95 | 0.39 | 60.82 | 0.9 | 0.32 |
| Hex | 99 | 9B | 8 | 1 | 0 | 5F | 27 | 3D | 5A | 20 |
| Octal | 231 | 233 | 10 | 1 | 0 | 137 | 47 | 75 | 132 | 40 |
| Binary | 10011001 | 10011011 | 1000 | 1 | 0 | 1011111 | 100111 | 111101 | 1011010 | 100000 |
Color Harmonies of #999B08
Complementary color
Monochromatic Colors of #999B08
Black with #999B08
Text Example
Text Example
White with #999B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B08; }
p { color: rgb(153,155,8); }
H1.HeaderClassName
{
color: #999B08;
}
.AnyTagClassName
{
color: #999B08;
}
</style>
background-color css
<style>
a { background-color: #999B08; }
a { background-color: rgb(153,155,8); }
div.DivClassName
{
background-color: #999B08;
}
.BgClassName
{
background-color: #999B08;
}
</style>
border-color css
<style>
span { border-color: #999B08; }
span { border-color: rgb(153,155,8); }
td.TdClassName
{
border-color: #999B08;
}
.TagClassName
{
border-color: #999B08;
}
</style>