Shades of Citrus #99B808
Tints of Citrus #99B808
RGB
CMYK
RGB Variations
Color information
#99B808 (or 0x99B808) is known color: Citrus. HEX triplet: 99, B8 and 08. RGB value is (153,184,8). Sum of RGB (Red+Green+Blue) = 153+184+8=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #99B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B808 is #6647F7. Grayscale: #9B9B9B. Windows color (decimal): -6703096 or 571545. OLE color: 571545.
HSL color Cylindrical-coordinate representation of color #99B808: hue angle of 70.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99B808 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.28 |
| HSL | 70.57º | 0.92% | 0.38% | - |
| HSV(B) | 70.57º | 0.96% | 0.72% | - |
| XYZ | 30.32 | 41.07 | 6.56 | - |
| YUV | 154.67 | 45.23 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 8 | 0.17 | 0 | 0.96 | 0.28 | 70.57 | 0.92 | 0.38 |
| Hex | 99 | B8 | 8 | 11 | 0 | 60 | 1C | 47 | 5C | 26 |
| Octal | 231 | 270 | 10 | 21 | 0 | 140 | 34 | 107 | 134 | 46 |
| Binary | 10011001 | 10111000 | 1000 | 10001 | 0 | 1100000 | 11100 | 1000111 | 1011100 | 100110 |
Color Harmonies of #99B808
Complementary color
Monochromatic Colors of #99B808
Black with #99B808
Text Example
Text Example
White with #99B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B808; }
p { color: rgb(153,184,8); }
H1.HeaderClassName
{
color: #99B808;
}
.AnyTagClassName
{
color: #99B808;
}
</style>
background-color css
<style>
a { background-color: #99B808; }
a { background-color: rgb(153,184,8); }
div.DivClassName
{
background-color: #99B808;
}
.BgClassName
{
background-color: #99B808;
}
</style>
border-color css
<style>
span { border-color: #99B808; }
span { border-color: rgb(153,184,8); }
td.TdClassName
{
border-color: #99B808;
}
.TagClassName
{
border-color: #99B808;
}
</style>