Shades of Citrus #95BC16
Tints of Citrus #95BC16
RGB
CMYK
RGB Variations
Color information
#95BC16 (or 0x95BC16) is known color: Citrus. HEX triplet: 95, BC and 16. RGB value is (149,188,22). Sum of RGB (Red+Green+Blue) = 149+188+22=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BC16 is #6A43E9. Grayscale: #9E9E9E. Windows color (decimal): -6964202 or 1490069. OLE color: 1490069.
HSL color Cylindrical-coordinate representation of color #95BC16: hue angle of 74.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95BC16 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 22 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.26 |
| HSL | 74.1º | 0.79% | 0.41% | - |
| HSV(B) | 74.1º | 0.88% | 0.74% | - |
| XYZ | 30.52 | 42.41 | 7.34 | - |
| YUV | 157.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 22 | 0.21 | 0 | 0.88 | 0.26 | 74.1 | 0.79 | 0.41 |
| Hex | 95 | BC | 16 | 15 | 0 | 58 | 1A | 4A | 4F | 29 |
| Octal | 225 | 274 | 26 | 25 | 0 | 130 | 32 | 112 | 117 | 51 |
| Binary | 10010101 | 10111100 | 10110 | 10101 | 0 | 1011000 | 11010 | 1001010 | 1001111 | 101001 |
Color Harmonies of #95BC16
Complementary color
Monochromatic Colors of #95BC16
Black with #95BC16
Text Example
Text Example
White with #95BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC16; }
p { color: rgb(149,188,22); }
H1.HeaderClassName
{
color: #95BC16;
}
.AnyTagClassName
{
color: #95BC16;
}
</style>
background-color css
<style>
a { background-color: #95BC16; }
a { background-color: rgb(149,188,22); }
div.DivClassName
{
background-color: #95BC16;
}
.BgClassName
{
background-color: #95BC16;
}
</style>
border-color css
<style>
span { border-color: #95BC16; }
span { border-color: rgb(149,188,22); }
td.TdClassName
{
border-color: #95BC16;
}
.TagClassName
{
border-color: #95BC16;
}
</style>