Shades of Citron #95972F
Tints of Citron #95972F
RGB
CMYK
RGB Variations
Color information
#95972F (or 0x95972F) is known color: Citron. HEX triplet: 95, 97 and 2F. RGB value is (149,151,47). Sum of RGB (Red+Green+Blue) = 149+151+47=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #95972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95972F is #6A68D0. Grayscale: #8A8A8A. Windows color (decimal): -6973649 or 3118997. OLE color: 3118997.
HSL color Cylindrical-coordinate representation of color #95972F: hue angle of 61.15º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95972F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 47 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.41 |
| HSL | 61.15º | 0.53% | 0.39% | - |
| HSV(B) | 61.15º | 0.69% | 0.59% | - |
| XYZ | 23.97 | 28.73 | 6.97 | - |
| YUV | 138.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 47 | 0.01 | 0 | 0.69 | 0.41 | 61.15 | 0.53 | 0.39 |
| Hex | 95 | 97 | 2F | 1 | 0 | 45 | 29 | 3D | 35 | 27 |
| Octal | 225 | 227 | 57 | 1 | 0 | 105 | 51 | 75 | 65 | 47 |
| Binary | 10010101 | 10010111 | 101111 | 1 | 0 | 1000101 | 101001 | 111101 | 110101 | 100111 |
Color Harmonies of #95972F
Complementary color
Monochromatic Colors of #95972F
Black with #95972F
Text Example
Text Example
White with #95972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95972F; }
p { color: rgb(149,151,47); }
H1.HeaderClassName
{
color: #95972F;
}
.AnyTagClassName
{
color: #95972F;
}
</style>
background-color css
<style>
a { background-color: #95972F; }
a { background-color: rgb(149,151,47); }
div.DivClassName
{
background-color: #95972F;
}
.BgClassName
{
background-color: #95972F;
}
</style>
border-color css
<style>
span { border-color: #95972F; }
span { border-color: rgb(149,151,47); }
td.TdClassName
{
border-color: #95972F;
}
.TagClassName
{
border-color: #95972F;
}
</style>