Shades of Citrus #99BD05
Tints of Citrus #99BD05
RGB
CMYK
RGB Variations
Color information
#99BD05 (or 0x99BD05) is known color: Citrus. HEX triplet: 99, BD and 05. RGB value is (153,189,5). Sum of RGB (Red+Green+Blue) = 153+189+5=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD05 is #6642FA. Grayscale: #9D9D9D. Windows color (decimal): -6701819 or 376217. OLE color: 376217.
HSL color Cylindrical-coordinate representation of color #99BD05: hue angle of 71.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99BD05 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.26 |
| HSL | 71.74º | 0.95% | 0.38% | - |
| HSV(B) | 71.74º | 0.97% | 0.74% | - |
| XYZ | 31.36 | 43.18 | 6.82 | - |
| YUV | 157.26 | 42.07 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 5 | 0.19 | 0 | 0.97 | 0.26 | 71.74 | 0.95 | 0.38 |
| Hex | 99 | BD | 5 | 13 | 0 | 61 | 1A | 48 | 5F | 26 |
| Octal | 231 | 275 | 5 | 23 | 0 | 141 | 32 | 110 | 137 | 46 |
| Binary | 10011001 | 10111101 | 101 | 10011 | 0 | 1100001 | 11010 | 1001000 | 1011111 | 100110 |
Color Harmonies of #99BD05
Complementary color
Monochromatic Colors of #99BD05
Black with #99BD05
Text Example
Text Example
White with #99BD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD05; }
p { color: rgb(153,189,5); }
H1.HeaderClassName
{
color: #99BD05;
}
.AnyTagClassName
{
color: #99BD05;
}
</style>
background-color css
<style>
a { background-color: #99BD05; }
a { background-color: rgb(153,189,5); }
div.DivClassName
{
background-color: #99BD05;
}
.BgClassName
{
background-color: #99BD05;
}
</style>
border-color css
<style>
span { border-color: #99BD05; }
span { border-color: rgb(153,189,5); }
td.TdClassName
{
border-color: #99BD05;
}
.TagClassName
{
border-color: #99BD05;
}
</style>