Shades of Citrus #99A208
Tints of Citrus #99A208
RGB
CMYK
RGB Variations
Color information
#99A208 (or 0x99A208) is known color: Citrus. HEX triplet: 99, A2 and 08. RGB value is (153,162,8). Sum of RGB (Red+Green+Blue) = 153+162+8=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #99A208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A208 is #665DF7. Grayscale: #8E8E8E. Windows color (decimal): -6708728 or 565913. OLE color: 565913.
HSL color Cylindrical-coordinate representation of color #99A208: hue angle of 63.51º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99A208 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.36 |
| HSL | 63.51º | 0.91% | 0.33% | - |
| HSV(B) | 63.51º | 0.95% | 0.64% | - |
| XYZ | 26.1 | 32.63 | 5.15 | - |
| YUV | 141.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 8 | 0.06 | 0 | 0.95 | 0.36 | 63.51 | 0.91 | 0.33 |
| Hex | 99 | A2 | 8 | 6 | 0 | 5F | 24 | 40 | 5B | 21 |
| Octal | 231 | 242 | 10 | 6 | 0 | 137 | 44 | 100 | 133 | 41 |
| Binary | 10011001 | 10100010 | 1000 | 110 | 0 | 1011111 | 100100 | 1000000 | 1011011 | 100001 |
Color Harmonies of #99A208
Complementary color
Monochromatic Colors of #99A208
Black with #99A208
Text Example
Text Example
White with #99A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A208; }
p { color: rgb(153,162,8); }
H1.HeaderClassName
{
color: #99A208;
}
.AnyTagClassName
{
color: #99A208;
}
</style>
background-color css
<style>
a { background-color: #99A208; }
a { background-color: rgb(153,162,8); }
div.DivClassName
{
background-color: #99A208;
}
.BgClassName
{
background-color: #99A208;
}
</style>
border-color css
<style>
span { border-color: #99A208; }
span { border-color: rgb(153,162,8); }
td.TdClassName
{
border-color: #99A208;
}
.TagClassName
{
border-color: #99A208;
}
</style>