Shades of Citrus #96BB09
Tints of Citrus #96BB09
RGB
CMYK
RGB Variations
Color information
#96BB09 (or 0x96BB09) is known color: Citrus. HEX triplet: 96, BB and 09. RGB value is (150,187,9). Sum of RGB (Red+Green+Blue) = 150+187+9=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BB09 is #6944F6. Grayscale: #9C9C9C. Windows color (decimal): -6898935 or 637846. OLE color: 637846.
HSL color Cylindrical-coordinate representation of color #96BB09: hue angle of 72.47º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96BB09 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 9 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.27 |
| HSL | 72.47º | 0.91% | 0.38% | - |
| HSV(B) | 72.47º | 0.95% | 0.73% | - |
| XYZ | 30.4 | 42.04 | 6.77 | - |
| YUV | 155.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 9 | 0.20 | 0 | 0.95 | 0.27 | 72.47 | 0.91 | 0.38 |
| Hex | 96 | BB | 9 | 14 | 0 | 5F | 1B | 48 | 5B | 26 |
| Octal | 226 | 273 | 11 | 24 | 0 | 137 | 33 | 110 | 133 | 46 |
| Binary | 10010110 | 10111011 | 1001 | 10100 | 0 | 1011111 | 11011 | 1001000 | 1011011 | 100110 |
Color Harmonies of #96BB09
Complementary color
Monochromatic Colors of #96BB09
Black with #96BB09
Text Example
Text Example
White with #96BB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB09; }
p { color: rgb(150,187,9); }
H1.HeaderClassName
{
color: #96BB09;
}
.AnyTagClassName
{
color: #96BB09;
}
</style>
background-color css
<style>
a { background-color: #96BB09; }
a { background-color: rgb(150,187,9); }
div.DivClassName
{
background-color: #96BB09;
}
.BgClassName
{
background-color: #96BB09;
}
</style>
border-color css
<style>
span { border-color: #96BB09; }
span { border-color: rgb(150,187,9); }
td.TdClassName
{
border-color: #96BB09;
}
.TagClassName
{
border-color: #96BB09;
}
</style>