Shades of Citrus #99B10A
Tints of Citrus #99B10A
RGB
CMYK
RGB Variations
Color information
#99B10A (or 0x99B10A) is known color: Citrus. HEX triplet: 99, B1 and 0A. RGB value is (153,177,10). Sum of RGB (Red+Green+Blue) = 153+177+10=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #99B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B10A is #664EF5. Grayscale: #979797. Windows color (decimal): -6704886 or 700825. OLE color: 700825.
HSL color Cylindrical-coordinate representation of color #99B10A: hue angle of 68.62º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99B10A is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 10 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.31 |
| HSL | 68.62º | 0.89% | 0.37% | - |
| HSV(B) | 68.62º | 0.94% | 0.69% | - |
| XYZ | 28.91 | 38.24 | 6.14 | - |
| YUV | 150.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 10 | 0.14 | 0 | 0.94 | 0.31 | 68.62 | 0.89 | 0.37 |
| Hex | 99 | B1 | A | E | 0 | 5E | 1F | 45 | 59 | 25 |
| Octal | 231 | 261 | 12 | 16 | 0 | 136 | 37 | 105 | 131 | 45 |
| Binary | 10011001 | 10110001 | 1010 | 1110 | 0 | 1011110 | 11111 | 1000101 | 1011001 | 100101 |
Color Harmonies of #99B10A
Complementary color
Monochromatic Colors of #99B10A
Black with #99B10A
Text Example
Text Example
White with #99B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B10A; }
p { color: rgb(153,177,10); }
H1.HeaderClassName
{
color: #99B10A;
}
.AnyTagClassName
{
color: #99B10A;
}
</style>
background-color css
<style>
a { background-color: #99B10A; }
a { background-color: rgb(153,177,10); }
div.DivClassName
{
background-color: #99B10A;
}
.BgClassName
{
background-color: #99B10A;
}
</style>
border-color css
<style>
span { border-color: #99B10A; }
span { border-color: rgb(153,177,10); }
td.TdClassName
{
border-color: #99B10A;
}
.TagClassName
{
border-color: #99B10A;
}
</style>