Shades of Citron #959B2B
Tints of Citron #959B2B
RGB
CMYK
RGB Variations
Color information
#959B2B (or 0x959B2B) is known color: Citron. HEX triplet: 95, 9B and 2B. RGB value is (149,155,43). Sum of RGB (Red+Green+Blue) = 149+155+43=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #959B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B2B is #6A64D4. Grayscale: #8C8C8C. Windows color (decimal): -6972629 or 2857877. OLE color: 2857877.
HSL color Cylindrical-coordinate representation of color #959B2B: hue angle of 63.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #959B2B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 43 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.39 |
| HSL | 63.21º | 0.57% | 0.39% | - |
| HSV(B) | 63.21º | 0.72% | 0.61% | - |
| XYZ | 24.55 | 30.01 | 6.78 | - |
| YUV | 140.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 43 | 0.04 | 0 | 0.72 | 0.39 | 63.21 | 0.57 | 0.39 |
| Hex | 95 | 9B | 2B | 4 | 0 | 48 | 27 | 3F | 39 | 27 |
| Octal | 225 | 233 | 53 | 4 | 0 | 110 | 47 | 77 | 71 | 47 |
| Binary | 10010101 | 10011011 | 101011 | 100 | 0 | 1001000 | 100111 | 111111 | 111001 | 100111 |
Color Harmonies of #959B2B
Complementary color
Monochromatic Colors of #959B2B
Black with #959B2B
Text Example
Text Example
White with #959B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B2B; }
p { color: rgb(149,155,43); }
H1.HeaderClassName
{
color: #959B2B;
}
.AnyTagClassName
{
color: #959B2B;
}
</style>
background-color css
<style>
a { background-color: #959B2B; }
a { background-color: rgb(149,155,43); }
div.DivClassName
{
background-color: #959B2B;
}
.BgClassName
{
background-color: #959B2B;
}
</style>
border-color css
<style>
span { border-color: #959B2B; }
span { border-color: rgb(149,155,43); }
td.TdClassName
{
border-color: #959B2B;
}
.TagClassName
{
border-color: #959B2B;
}
</style>