Shades of Citrus #96B81B
Tints of Citrus #96B81B
RGB
CMYK
RGB Variations
Color information
#96B81B (or 0x96B81B) is known color: Citrus. HEX triplet: 96, B8 and 1B. RGB value is (150,184,27). Sum of RGB (Red+Green+Blue) = 150+184+27=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #96B81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B81B is #6947E4. Grayscale: #9C9C9C. Windows color (decimal): -6899685 or 1816726. OLE color: 1816726.
HSL color Cylindrical-coordinate representation of color #96B81B: hue angle of 72.99º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96B81B is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 27 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.28 |
| HSL | 72.99º | 0.74% | 0.41% | - |
| HSV(B) | 72.99º | 0.85% | 0.72% | - |
| XYZ | 29.92 | 40.84 | 7.34 | - |
| YUV | 155.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 27 | 0.18 | 0 | 0.85 | 0.28 | 72.99 | 0.74 | 0.41 |
| Hex | 96 | B8 | 1B | 12 | 0 | 55 | 1C | 49 | 4A | 29 |
| Octal | 226 | 270 | 33 | 22 | 0 | 125 | 34 | 111 | 112 | 51 |
| Binary | 10010110 | 10111000 | 11011 | 10010 | 0 | 1010101 | 11100 | 1001001 | 1001010 | 101001 |
Color Harmonies of #96B81B
Complementary color
Monochromatic Colors of #96B81B
Black with #96B81B
Text Example
Text Example
White with #96B81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B81B; }
p { color: rgb(150,184,27); }
H1.HeaderClassName
{
color: #96B81B;
}
.AnyTagClassName
{
color: #96B81B;
}
</style>
background-color css
<style>
a { background-color: #96B81B; }
a { background-color: rgb(150,184,27); }
div.DivClassName
{
background-color: #96B81B;
}
.BgClassName
{
background-color: #96B81B;
}
</style>
border-color css
<style>
span { border-color: #96B81B; }
span { border-color: rgb(150,184,27); }
td.TdClassName
{
border-color: #96B81B;
}
.TagClassName
{
border-color: #96B81B;
}
</style>