Shades of Citrus #99AB02
Tints of Citrus #99AB02
RGB
CMYK
RGB Variations
Color information
#99AB02 (or 0x99AB02) is known color: Citrus. HEX triplet: 99, AB and 02. RGB value is (153,171,2). Sum of RGB (Red+Green+Blue) = 153+171+2=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AB02 is #6654FD. Grayscale: #939393. Windows color (decimal): -6706430 or 175001. OLE color: 175001.
HSL color Cylindrical-coordinate representation of color #99AB02: hue angle of 66.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99AB02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.33 |
| HSL | 66.39º | 0.98% | 0.34% | - |
| HSV(B) | 66.39º | 0.99% | 0.67% | - |
| XYZ | 27.71 | 35.9 | 5.53 | - |
| YUV | 146.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 2 | 0.11 | 0 | 0.99 | 0.33 | 66.39 | 0.98 | 0.34 |
| Hex | 99 | AB | 2 | B | 0 | 63 | 21 | 42 | 62 | 22 |
| Octal | 231 | 253 | 2 | 13 | 0 | 143 | 41 | 102 | 142 | 42 |
| Binary | 10011001 | 10101011 | 10 | 1011 | 0 | 1100011 | 100001 | 1000010 | 1100010 | 100010 |
Color Harmonies of #99AB02
Complementary color
Monochromatic Colors of #99AB02
Black with #99AB02
Text Example
Text Example
White with #99AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB02; }
p { color: rgb(153,171,2); }
H1.HeaderClassName
{
color: #99AB02;
}
.AnyTagClassName
{
color: #99AB02;
}
</style>
background-color css
<style>
a { background-color: #99AB02; }
a { background-color: rgb(153,171,2); }
div.DivClassName
{
background-color: #99AB02;
}
.BgClassName
{
background-color: #99AB02;
}
</style>
border-color css
<style>
span { border-color: #99AB02; }
span { border-color: rgb(153,171,2); }
td.TdClassName
{
border-color: #99AB02;
}
.TagClassName
{
border-color: #99AB02;
}
</style>