Shades of Citrus #96B51B
Tints of Citrus #96B51B
RGB
CMYK
RGB Variations
Color information
#96B51B (or 0x96B51B) is known color: Citrus. HEX triplet: 96, B5 and 1B. RGB value is (150,181,27). Sum of RGB (Red+Green+Blue) = 150+181+27=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #96B51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B51B is #694AE4. Grayscale: #9A9A9A. Windows color (decimal): -6900453 or 1815958. OLE color: 1815958.
HSL color Cylindrical-coordinate representation of color #96B51B: hue angle of 72.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96B51B is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 27 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.29 |
| HSL | 72.08º | 0.74% | 0.41% | - |
| HSV(B) | 72.08º | 0.85% | 0.71% | - |
| XYZ | 29.3 | 39.61 | 7.14 | - |
| YUV | 154.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 27 | 0.17 | 0 | 0.85 | 0.29 | 72.08 | 0.74 | 0.41 |
| Hex | 96 | B5 | 1B | 11 | 0 | 55 | 1D | 48 | 4A | 29 |
| Octal | 226 | 265 | 33 | 21 | 0 | 125 | 35 | 110 | 112 | 51 |
| Binary | 10010110 | 10110101 | 11011 | 10001 | 0 | 1010101 | 11101 | 1001000 | 1001010 | 101001 |
Color Harmonies of #96B51B
Complementary color
Monochromatic Colors of #96B51B
Black with #96B51B
Text Example
Text Example
White with #96B51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B51B; }
p { color: rgb(150,181,27); }
H1.HeaderClassName
{
color: #96B51B;
}
.AnyTagClassName
{
color: #96B51B;
}
</style>
background-color css
<style>
a { background-color: #96B51B; }
a { background-color: rgb(150,181,27); }
div.DivClassName
{
background-color: #96B51B;
}
.BgClassName
{
background-color: #96B51B;
}
</style>
border-color css
<style>
span { border-color: #96B51B; }
span { border-color: rgb(150,181,27); }
td.TdClassName
{
border-color: #96B51B;
}
.TagClassName
{
border-color: #96B51B;
}
</style>