Shades of Citron #999B30
Tints of Citron #999B30
RGB
CMYK
RGB Variations
Color information
#999B30 (or 0x999B30) is known color: Citron. HEX triplet: 99, 9B and 30. RGB value is (153,155,48). Sum of RGB (Red+Green+Blue) = 153+155+48=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #999B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B30 is #6664CF. Grayscale: #8E8E8E. Windows color (decimal): -6710480 or 3185561. OLE color: 3185561.
HSL color Cylindrical-coordinate representation of color #999B30: hue angle of 61.12º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #999B30 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 48 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.39 |
| HSL | 61.12º | 0.53% | 0.4% | - |
| HSV(B) | 61.12º | 0.69% | 0.61% | - |
| XYZ | 25.39 | 30.43 | 7.33 | - |
| YUV | 142.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 48 | 0.01 | 0 | 0.69 | 0.39 | 61.12 | 0.53 | 0.4 |
| Hex | 99 | 9B | 30 | 1 | 0 | 45 | 27 | 3D | 35 | 28 |
| Octal | 231 | 233 | 60 | 1 | 0 | 105 | 47 | 75 | 65 | 50 |
| Binary | 10011001 | 10011011 | 110000 | 1 | 0 | 1000101 | 100111 | 111101 | 110101 | 101000 |
Color Harmonies of #999B30
Complementary color
Monochromatic Colors of #999B30
Black with #999B30
Text Example
Text Example
White with #999B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B30; }
p { color: rgb(153,155,48); }
H1.HeaderClassName
{
color: #999B30;
}
.AnyTagClassName
{
color: #999B30;
}
</style>
background-color css
<style>
a { background-color: #999B30; }
a { background-color: rgb(153,155,48); }
div.DivClassName
{
background-color: #999B30;
}
.BgClassName
{
background-color: #999B30;
}
</style>
border-color css
<style>
span { border-color: #999B30; }
span { border-color: rgb(153,155,48); }
td.TdClassName
{
border-color: #999B30;
}
.TagClassName
{
border-color: #999B30;
}
</style>