Shades of Citrus #99B505
Tints of Citrus #99B505
RGB
CMYK
RGB Variations
Color information
#99B505 (or 0x99B505) is known color: Citrus. HEX triplet: 99, B5 and 05. RGB value is (153,181,5). Sum of RGB (Red+Green+Blue) = 153+181+5=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #99B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B505 is #664AFA. Grayscale: #999999. Windows color (decimal): -6703867 or 374169. OLE color: 374169.
HSL color Cylindrical-coordinate representation of color #99B505: hue angle of 69.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99B505 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.29 |
| HSL | 69.55º | 0.95% | 0.36% | - |
| HSV(B) | 69.55º | 0.97% | 0.71% | - |
| XYZ | 29.69 | 39.83 | 6.27 | - |
| YUV | 152.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 5 | 0.15 | 0 | 0.97 | 0.29 | 69.55 | 0.95 | 0.36 |
| Hex | 99 | B5 | 5 | F | 0 | 61 | 1D | 46 | 5F | 24 |
| Octal | 231 | 265 | 5 | 17 | 0 | 141 | 35 | 106 | 137 | 44 |
| Binary | 10011001 | 10110101 | 101 | 1111 | 0 | 1100001 | 11101 | 1000110 | 1011111 | 100100 |
Color Harmonies of #99B505
Complementary color
Monochromatic Colors of #99B505
Black with #99B505
Text Example
Text Example
White with #99B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B505; }
p { color: rgb(153,181,5); }
H1.HeaderClassName
{
color: #99B505;
}
.AnyTagClassName
{
color: #99B505;
}
</style>
background-color css
<style>
a { background-color: #99B505; }
a { background-color: rgb(153,181,5); }
div.DivClassName
{
background-color: #99B505;
}
.BgClassName
{
background-color: #99B505;
}
</style>
border-color css
<style>
span { border-color: #99B505; }
span { border-color: rgb(153,181,5); }
td.TdClassName
{
border-color: #99B505;
}
.TagClassName
{
border-color: #99B505;
}
</style>