Shades of Citrus #99B317
Tints of Citrus #99B317
RGB
CMYK
RGB Variations
Color information
#99B317 (or 0x99B317) is known color: Citrus. HEX triplet: 99, B3 and 17. RGB value is (153,179,23). Sum of RGB (Red+Green+Blue) = 153+179+23=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #99B317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B317 is #664CE8. Grayscale: #9A9A9A. Windows color (decimal): -6704361 or 1553305. OLE color: 1553305.
HSL color Cylindrical-coordinate representation of color #99B317: hue angle of 70º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99B317 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 23 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.30 |
| HSL | 70º | 0.77% | 0.4% | - |
| HSV(B) | 70º | 0.87% | 0.7% | - |
| XYZ | 29.41 | 39.07 | 6.8 | - |
| YUV | 153.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 23 | 0.15 | 0 | 0.87 | 0.30 | 70 | 0.77 | 0.4 |
| Hex | 99 | B3 | 17 | F | 0 | 57 | 1E | 46 | 4D | 28 |
| Octal | 231 | 263 | 27 | 17 | 0 | 127 | 36 | 106 | 115 | 50 |
| Binary | 10011001 | 10110011 | 10111 | 1111 | 0 | 1010111 | 11110 | 1000110 | 1001101 | 101000 |
Color Harmonies of #99B317
Complementary color
Monochromatic Colors of #99B317
Black with #99B317
Text Example
Text Example
White with #99B317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B317; }
p { color: rgb(153,179,23); }
H1.HeaderClassName
{
color: #99B317;
}
.AnyTagClassName
{
color: #99B317;
}
</style>
background-color css
<style>
a { background-color: #99B317; }
a { background-color: rgb(153,179,23); }
div.DivClassName
{
background-color: #99B317;
}
.BgClassName
{
background-color: #99B317;
}
</style>
border-color css
<style>
span { border-color: #99B317; }
span { border-color: rgb(153,179,23); }
td.TdClassName
{
border-color: #99B317;
}
.TagClassName
{
border-color: #99B317;
}
</style>