Shades of Citron #95981E
Tints of Citron #95981E
RGB
CMYK
RGB Variations
Color information
#95981E (or 0x95981E) is known color: Citron. HEX triplet: 95, 98 and 1E. RGB value is (149,152,30). Sum of RGB (Red+Green+Blue) = 149+152+30=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #95981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95981E is #6A67E1. Grayscale: #898989. Windows color (decimal): -6973410 or 2005141. OLE color: 2005141.
HSL color Cylindrical-coordinate representation of color #95981E: hue angle of 61.48º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95981E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 30 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.40 |
| HSL | 61.48º | 0.67% | 0.36% | - |
| HSV(B) | 61.48º | 0.8% | 0.6% | - |
| XYZ | 23.86 | 28.94 | 5.56 | - |
| YUV | 137.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 30 | 0.02 | 0 | 0.80 | 0.40 | 61.48 | 0.67 | 0.36 |
| Hex | 95 | 98 | 1E | 2 | 0 | 50 | 28 | 3D | 43 | 24 |
| Octal | 225 | 230 | 36 | 2 | 0 | 120 | 50 | 75 | 103 | 44 |
| Binary | 10010101 | 10011000 | 11110 | 10 | 0 | 1010000 | 101000 | 111101 | 1000011 | 100100 |
Color Harmonies of #95981E
Complementary color
Monochromatic Colors of #95981E
Black with #95981E
Text Example
Text Example
White with #95981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95981E; }
p { color: rgb(149,152,30); }
H1.HeaderClassName
{
color: #95981E;
}
.AnyTagClassName
{
color: #95981E;
}
</style>
background-color css
<style>
a { background-color: #95981E; }
a { background-color: rgb(149,152,30); }
div.DivClassName
{
background-color: #95981E;
}
.BgClassName
{
background-color: #95981E;
}
</style>
border-color css
<style>
span { border-color: #95981E; }
span { border-color: rgb(149,152,30); }
td.TdClassName
{
border-color: #95981E;
}
.TagClassName
{
border-color: #95981E;
}
</style>