Shades of Citrus #99BC0D
Tints of Citrus #99BC0D
RGB
CMYK
RGB Variations
Color information
#99BC0D (or 0x99BC0D) is known color: Citrus. HEX triplet: 99, BC and 0D. RGB value is (153,188,13). Sum of RGB (Red+Green+Blue) = 153+188+13=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC0D is #6643F2. Grayscale: #9E9E9E. Windows color (decimal): -6702067 or 900249. OLE color: 900249.
HSL color Cylindrical-coordinate representation of color #99BC0D: hue angle of 72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99BC0D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.26 |
| HSL | 72º | 0.87% | 0.39% | - |
| HSV(B) | 72º | 0.93% | 0.74% | - |
| XYZ | 31.19 | 42.77 | 6.99 | - |
| YUV | 157.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 13 | 0.19 | 0 | 0.93 | 0.26 | 72 | 0.87 | 0.39 |
| Hex | 99 | BC | D | 13 | 0 | 5D | 1A | 48 | 57 | 27 |
| Octal | 231 | 274 | 15 | 23 | 0 | 135 | 32 | 110 | 127 | 47 |
| Binary | 10011001 | 10111100 | 1101 | 10011 | 0 | 1011101 | 11010 | 1001000 | 1010111 | 100111 |
Color Harmonies of #99BC0D
Complementary color
Monochromatic Colors of #99BC0D
Black with #99BC0D
Text Example
Text Example
White with #99BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC0D; }
p { color: rgb(153,188,13); }
H1.HeaderClassName
{
color: #99BC0D;
}
.AnyTagClassName
{
color: #99BC0D;
}
</style>
background-color css
<style>
a { background-color: #99BC0D; }
a { background-color: rgb(153,188,13); }
div.DivClassName
{
background-color: #99BC0D;
}
.BgClassName
{
background-color: #99BC0D;
}
</style>
border-color css
<style>
span { border-color: #99BC0D; }
span { border-color: rgb(153,188,13); }
td.TdClassName
{
border-color: #99BC0D;
}
.TagClassName
{
border-color: #99BC0D;
}
</style>