Shades of Citrus #999A02
Tints of Citrus #999A02
RGB
CMYK
RGB Variations
Color information
#999A02 (or 0x999A02) is known color: Citrus. HEX triplet: 99, 9A and 02. RGB value is (153,154,2). Sum of RGB (Red+Green+Blue) = 153+154+2=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #999A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999A02 is #6665FD. Grayscale: #888888. Windows color (decimal): -6710782 or 170649. OLE color: 170649.
HSL color Cylindrical-coordinate representation of color #999A02: hue angle of 60.39º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999A02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.40 |
| HSL | 60.39º | 0.97% | 0.31% | - |
| HSV(B) | 60.39º | 0.99% | 0.6% | - |
| XYZ | 24.7 | 29.89 | 4.52 | - |
| YUV | 136.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 2 | 0.01 | 0 | 0.99 | 0.40 | 60.39 | 0.97 | 0.31 |
| Hex | 99 | 9A | 2 | 1 | 0 | 63 | 28 | 3C | 61 | 1F |
| Octal | 231 | 232 | 2 | 1 | 0 | 143 | 50 | 74 | 141 | 37 |
| Binary | 10011001 | 10011010 | 10 | 1 | 0 | 1100011 | 101000 | 111100 | 1100001 | 11111 |
Color Harmonies of #999A02
Complementary color
Monochromatic Colors of #999A02
Black with #999A02
Text Example
Text Example
White with #999A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A02; }
p { color: rgb(153,154,2); }
H1.HeaderClassName
{
color: #999A02;
}
.AnyTagClassName
{
color: #999A02;
}
</style>
background-color css
<style>
a { background-color: #999A02; }
a { background-color: rgb(153,154,2); }
div.DivClassName
{
background-color: #999A02;
}
.BgClassName
{
background-color: #999A02;
}
</style>
border-color css
<style>
span { border-color: #999A02; }
span { border-color: rgb(153,154,2); }
td.TdClassName
{
border-color: #999A02;
}
.TagClassName
{
border-color: #999A02;
}
</style>