Shades of Citron #999D30
Tints of Citron #999D30
RGB
CMYK
RGB Variations
Color information
#999D30 (or 0x999D30) is known color: Citron. HEX triplet: 99, 9D and 30. RGB value is (153,157,48). Sum of RGB (Red+Green+Blue) = 153+157+48=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #999D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D30 is #6662CF. Grayscale: #8F8F8F. Windows color (decimal): -6709968 or 3186073. OLE color: 3186073.
HSL color Cylindrical-coordinate representation of color #999D30: hue angle of 62.2º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #999D30 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 48 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.38 |
| HSL | 62.2º | 0.53% | 0.4% | - |
| HSV(B) | 62.2º | 0.69% | 0.62% | - |
| XYZ | 25.73 | 31.1 | 7.44 | - |
| YUV | 143.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 48 | 0.03 | 0 | 0.69 | 0.38 | 62.2 | 0.53 | 0.4 |
| Hex | 99 | 9D | 30 | 3 | 0 | 45 | 26 | 3E | 35 | 28 |
| Octal | 231 | 235 | 60 | 3 | 0 | 105 | 46 | 76 | 65 | 50 |
| Binary | 10011001 | 10011101 | 110000 | 11 | 0 | 1000101 | 100110 | 111110 | 110101 | 101000 |
Color Harmonies of #999D30
Complementary color
Monochromatic Colors of #999D30
Black with #999D30
Text Example
Text Example
White with #999D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D30; }
p { color: rgb(153,157,48); }
H1.HeaderClassName
{
color: #999D30;
}
.AnyTagClassName
{
color: #999D30;
}
</style>
background-color css
<style>
a { background-color: #999D30; }
a { background-color: rgb(153,157,48); }
div.DivClassName
{
background-color: #999D30;
}
.BgClassName
{
background-color: #999D30;
}
</style>
border-color css
<style>
span { border-color: #999D30; }
span { border-color: rgb(153,157,48); }
td.TdClassName
{
border-color: #999D30;
}
.TagClassName
{
border-color: #999D30;
}
</style>