Shades of Citrus #99BD13
Tints of Citrus #99BD13
RGB
CMYK
RGB Variations
Color information
#99BD13 (or 0x99BD13) is known color: Citrus. HEX triplet: 99, BD and 13. RGB value is (153,189,19). Sum of RGB (Red+Green+Blue) = 153+189+19=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD13 is #6642EC. Grayscale: #9F9F9F. Windows color (decimal): -6701805 or 1293721. OLE color: 1293721.
HSL color Cylindrical-coordinate representation of color #99BD13: hue angle of 72.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99BD13 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 19 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.26 |
| HSL | 72.71º | 0.82% | 0.41% | - |
| HSV(B) | 72.71º | 0.9% | 0.74% | - |
| XYZ | 31.45 | 43.21 | 7.3 | - |
| YUV | 158.86 | 49.07 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 19 | 0.19 | 0 | 0.90 | 0.26 | 72.71 | 0.82 | 0.41 |
| Hex | 99 | BD | 13 | 13 | 0 | 5A | 1A | 49 | 52 | 29 |
| Octal | 231 | 275 | 23 | 23 | 0 | 132 | 32 | 111 | 122 | 51 |
| Binary | 10011001 | 10111101 | 10011 | 10011 | 0 | 1011010 | 11010 | 1001001 | 1010010 | 101001 |
Color Harmonies of #99BD13
Complementary color
Monochromatic Colors of #99BD13
Black with #99BD13
Text Example
Text Example
White with #99BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD13; }
p { color: rgb(153,189,19); }
H1.HeaderClassName
{
color: #99BD13;
}
.AnyTagClassName
{
color: #99BD13;
}
</style>
background-color css
<style>
a { background-color: #99BD13; }
a { background-color: rgb(153,189,19); }
div.DivClassName
{
background-color: #99BD13;
}
.BgClassName
{
background-color: #99BD13;
}
</style>
border-color css
<style>
span { border-color: #99BD13; }
span { border-color: rgb(153,189,19); }
td.TdClassName
{
border-color: #99BD13;
}
.TagClassName
{
border-color: #99BD13;
}
</style>