Shades of Citrus #99B612
Tints of Citrus #99B612
RGB
CMYK
RGB Variations
Color information
#99B612 (or 0x99B612) is known color: Citrus. HEX triplet: 99, B6 and 12. RGB value is (153,182,18). Sum of RGB (Red+Green+Blue) = 153+182+18=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #99B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B612 is #6649ED. Grayscale: #9B9B9B. Windows color (decimal): -6703598 or 1226393. OLE color: 1226393.
HSL color Cylindrical-coordinate representation of color #99B612: hue angle of 70.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99B612 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 182 | 18 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.29 |
| HSL | 70.61º | 0.82% | 0.39% | - |
| HSV(B) | 70.61º | 0.9% | 0.71% | - |
| XYZ | 29.97 | 40.27 | 6.77 | - |
| YUV | 154.63 | 50.89 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 18 | 0.16 | 0 | 0.90 | 0.29 | 70.61 | 0.82 | 0.39 |
| Hex | 99 | B6 | 12 | 10 | 0 | 5A | 1D | 47 | 52 | 27 |
| Octal | 231 | 266 | 22 | 20 | 0 | 132 | 35 | 107 | 122 | 47 |
| Binary | 10011001 | 10110110 | 10010 | 10000 | 0 | 1011010 | 11101 | 1000111 | 1010010 | 100111 |
Color Harmonies of #99B612
Complementary color
Monochromatic Colors of #99B612
Black with #99B612
Text Example
Text Example
White with #99B612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B612; }
p { color: rgb(153,182,18); }
H1.HeaderClassName
{
color: #99B612;
}
.AnyTagClassName
{
color: #99B612;
}
</style>
background-color css
<style>
a { background-color: #99B612; }
a { background-color: rgb(153,182,18); }
div.DivClassName
{
background-color: #99B612;
}
.BgClassName
{
background-color: #99B612;
}
</style>
border-color css
<style>
span { border-color: #99B612; }
span { border-color: rgb(153,182,18); }
td.TdClassName
{
border-color: #99B612;
}
.TagClassName
{
border-color: #99B612;
}
</style>