Shades of Citrus #96BA09
Tints of Citrus #96BA09
RGB
CMYK
RGB Variations
Color information
#96BA09 (or 0x96BA09) is known color: Citrus. HEX triplet: 96, BA and 09. RGB value is (150,186,9). Sum of RGB (Red+Green+Blue) = 150+186+9=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA09 is #6945F6. Grayscale: #9B9B9B. Windows color (decimal): -6899191 or 637590. OLE color: 637590.
HSL color Cylindrical-coordinate representation of color #96BA09: hue angle of 72.2º 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 #96BA09 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 9 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.27 |
| HSL | 72.2º | 0.91% | 0.38% | - |
| HSV(B) | 72.2º | 0.95% | 0.73% | - |
| XYZ | 30.19 | 41.62 | 6.7 | - |
| YUV | 155.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 9 | 0.19 | 0 | 0.95 | 0.27 | 72.2 | 0.91 | 0.38 |
| Hex | 96 | BA | 9 | 13 | 0 | 5F | 1B | 48 | 5B | 26 |
| Octal | 226 | 272 | 11 | 23 | 0 | 137 | 33 | 110 | 133 | 46 |
| Binary | 10010110 | 10111010 | 1001 | 10011 | 0 | 1011111 | 11011 | 1001000 | 1011011 | 100110 |
Color Harmonies of #96BA09
Complementary color
Monochromatic Colors of #96BA09
Black with #96BA09
Text Example
Text Example
White with #96BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA09; }
p { color: rgb(150,186,9); }
H1.HeaderClassName
{
color: #96BA09;
}
.AnyTagClassName
{
color: #96BA09;
}
</style>
background-color css
<style>
a { background-color: #96BA09; }
a { background-color: rgb(150,186,9); }
div.DivClassName
{
background-color: #96BA09;
}
.BgClassName
{
background-color: #96BA09;
}
</style>
border-color css
<style>
span { border-color: #96BA09; }
span { border-color: rgb(150,186,9); }
td.TdClassName
{
border-color: #96BA09;
}
.TagClassName
{
border-color: #96BA09;
}
</style>