Shades of Citrus #96B908
Tints of Citrus #96B908
RGB
CMYK
RGB Variations
Color information
#96B908 (or 0x96B908) is known color: Citrus. HEX triplet: 96, B9 and 08. RGB value is (150,185,8). Sum of RGB (Red+Green+Blue) = 150+185+8=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #96B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B908 is #6946F7. Grayscale: #9B9B9B. Windows color (decimal): -6899448 or 571798. OLE color: 571798.
HSL color Cylindrical-coordinate representation of color #96B908: hue angle of 71.86º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96B908 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.27 |
| HSL | 71.86º | 0.92% | 0.38% | - |
| HSV(B) | 71.86º | 0.96% | 0.73% | - |
| XYZ | 29.97 | 41.2 | 6.6 | - |
| YUV | 154.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 8 | 0.19 | 0 | 0.96 | 0.27 | 71.86 | 0.92 | 0.38 |
| Hex | 96 | B9 | 8 | 13 | 0 | 60 | 1B | 48 | 5C | 26 |
| Octal | 226 | 271 | 10 | 23 | 0 | 140 | 33 | 110 | 134 | 46 |
| Binary | 10010110 | 10111001 | 1000 | 10011 | 0 | 1100000 | 11011 | 1001000 | 1011100 | 100110 |
Color Harmonies of #96B908
Complementary color
Monochromatic Colors of #96B908
Black with #96B908
Text Example
Text Example
White with #96B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B908; }
p { color: rgb(150,185,8); }
H1.HeaderClassName
{
color: #96B908;
}
.AnyTagClassName
{
color: #96B908;
}
</style>
background-color css
<style>
a { background-color: #96B908; }
a { background-color: rgb(150,185,8); }
div.DivClassName
{
background-color: #96B908;
}
.BgClassName
{
background-color: #96B908;
}
</style>
border-color css
<style>
span { border-color: #96B908; }
span { border-color: rgb(150,185,8); }
td.TdClassName
{
border-color: #96B908;
}
.TagClassName
{
border-color: #96B908;
}
</style>