Shades of Citron #95971E
Tints of Citron #95971E
RGB
CMYK
RGB Variations
Color information
#95971E (or 0x95971E) is known color: Citron. HEX triplet: 95, 97 and 1E. RGB value is (149,151,30). Sum of RGB (Red+Green+Blue) = 149+151+30=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #95971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95971E is #6A68E1. Grayscale: #898989. Windows color (decimal): -6973666 or 2004885. OLE color: 2004885.
HSL color Cylindrical-coordinate representation of color #95971E: hue angle of 60.99º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95971E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 30 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.41 |
| HSL | 60.99º | 0.67% | 0.35% | - |
| HSV(B) | 60.99º | 0.8% | 0.59% | - |
| XYZ | 23.7 | 28.62 | 5.5 | - |
| YUV | 136.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 30 | 0.01 | 0 | 0.80 | 0.41 | 60.99 | 0.67 | 0.35 |
| Hex | 95 | 97 | 1E | 1 | 0 | 50 | 29 | 3D | 43 | 23 |
| Octal | 225 | 227 | 36 | 1 | 0 | 120 | 51 | 75 | 103 | 43 |
| Binary | 10010101 | 10010111 | 11110 | 1 | 0 | 1010000 | 101001 | 111101 | 1000011 | 100011 |
Color Harmonies of #95971E
Complementary color
Monochromatic Colors of #95971E
Black with #95971E
Text Example
Text Example
White with #95971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95971E; }
p { color: rgb(149,151,30); }
H1.HeaderClassName
{
color: #95971E;
}
.AnyTagClassName
{
color: #95971E;
}
</style>
background-color css
<style>
a { background-color: #95971E; }
a { background-color: rgb(149,151,30); }
div.DivClassName
{
background-color: #95971E;
}
.BgClassName
{
background-color: #95971E;
}
</style>
border-color css
<style>
span { border-color: #95971E; }
span { border-color: rgb(149,151,30); }
td.TdClassName
{
border-color: #95971E;
}
.TagClassName
{
border-color: #95971E;
}
</style>