Shades of Citron #959E1B
Tints of Citron #959E1B
RGB
CMYK
RGB Variations
Color information
#959E1B (or 0x959E1B) is known color: Citron. HEX triplet: 95, 9E and 1B. RGB value is (149,158,27). Sum of RGB (Red+Green+Blue) = 149+158+27=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #959E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E1B is #6A61E4. Grayscale: #8C8C8C. Windows color (decimal): -6971877 or 1810069. OLE color: 1810069.
HSL color Cylindrical-coordinate representation of color #959E1B: hue angle of 64.12º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #959E1B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 27 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.38 |
| HSL | 64.12º | 0.71% | 0.36% | - |
| HSV(B) | 64.12º | 0.83% | 0.62% | - |
| XYZ | 24.82 | 30.92 | 5.7 | - |
| YUV | 140.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 27 | 0.06 | 0 | 0.83 | 0.38 | 64.12 | 0.71 | 0.36 |
| Hex | 95 | 9E | 1B | 6 | 0 | 53 | 26 | 40 | 47 | 24 |
| Octal | 225 | 236 | 33 | 6 | 0 | 123 | 46 | 100 | 107 | 44 |
| Binary | 10010101 | 10011110 | 11011 | 110 | 0 | 1010011 | 100110 | 1000000 | 1000111 | 100100 |
Color Harmonies of #959E1B
Complementary color
Monochromatic Colors of #959E1B
Black with #959E1B
Text Example
Text Example
White with #959E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E1B; }
p { color: rgb(149,158,27); }
H1.HeaderClassName
{
color: #959E1B;
}
.AnyTagClassName
{
color: #959E1B;
}
</style>
background-color css
<style>
a { background-color: #959E1B; }
a { background-color: rgb(149,158,27); }
div.DivClassName
{
background-color: #959E1B;
}
.BgClassName
{
background-color: #959E1B;
}
</style>
border-color css
<style>
span { border-color: #959E1B; }
span { border-color: rgb(149,158,27); }
td.TdClassName
{
border-color: #959E1B;
}
.TagClassName
{
border-color: #959E1B;
}
</style>