Shades of Citron #959B19
Tints of Citron #959B19
RGB
CMYK
RGB Variations
Color information
#959B19 (or 0x959B19) is known color: Citron. HEX triplet: 95, 9B and 19. RGB value is (149,155,25). Sum of RGB (Red+Green+Blue) = 149+155+25=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #959B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959B19 is #6A64E6. Grayscale: #8A8A8A. Windows color (decimal): -6972647 or 1678229. OLE color: 1678229.
HSL color Cylindrical-coordinate representation of color #959B19: hue angle of 62.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #959B19 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 25 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.39 |
| HSL | 62.77º | 0.72% | 0.35% | - |
| HSV(B) | 62.77º | 0.84% | 0.61% | - |
| XYZ | 24.29 | 29.9 | 5.41 | - |
| YUV | 138.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 25 | 0.04 | 0 | 0.84 | 0.39 | 62.77 | 0.72 | 0.35 |
| Hex | 95 | 9B | 19 | 4 | 0 | 54 | 27 | 3F | 48 | 23 |
| Octal | 225 | 233 | 31 | 4 | 0 | 124 | 47 | 77 | 110 | 43 |
| Binary | 10010101 | 10011011 | 11001 | 100 | 0 | 1010100 | 100111 | 111111 | 1001000 | 100011 |
Color Harmonies of #959B19
Complementary color
Monochromatic Colors of #959B19
Black with #959B19
Text Example
Text Example
White with #959B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B19; }
p { color: rgb(149,155,25); }
H1.HeaderClassName
{
color: #959B19;
}
.AnyTagClassName
{
color: #959B19;
}
</style>
background-color css
<style>
a { background-color: #959B19; }
a { background-color: rgb(149,155,25); }
div.DivClassName
{
background-color: #959B19;
}
.BgClassName
{
background-color: #959B19;
}
</style>
border-color css
<style>
span { border-color: #959B19; }
span { border-color: rgb(149,155,25); }
td.TdClassName
{
border-color: #959B19;
}
.TagClassName
{
border-color: #959B19;
}
</style>