Shades of Citron #95A330
Tints of Citron #95A330
RGB
CMYK
RGB Variations
Color information
#95A330 (or 0x95A330) is known color: Citron. HEX triplet: 95, A3 and 30. RGB value is (149,163,48). Sum of RGB (Red+Green+Blue) = 149+163+48=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #95A330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A330 is #6A5CCF. Grayscale: #929292. Windows color (decimal): -6970576 or 3187605. OLE color: 3187605.
HSL color Cylindrical-coordinate representation of color #95A330: hue angle of 67.3º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95A330 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 48 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.36 |
| HSL | 67.3º | 0.55% | 0.41% | - |
| HSV(B) | 67.3º | 0.71% | 0.64% | - |
| XYZ | 26.03 | 32.8 | 7.76 | - |
| YUV | 145.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 48 | 0.09 | 0 | 0.71 | 0.36 | 67.3 | 0.55 | 0.41 |
| Hex | 95 | A3 | 30 | 9 | 0 | 47 | 24 | 43 | 37 | 29 |
| Octal | 225 | 243 | 60 | 11 | 0 | 107 | 44 | 103 | 67 | 51 |
| Binary | 10010101 | 10100011 | 110000 | 1001 | 0 | 1000111 | 100100 | 1000011 | 110111 | 101001 |
Color Harmonies of #95A330
Complementary color
Monochromatic Colors of #95A330
Black with #95A330
Text Example
Text Example
White with #95A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A330; }
p { color: rgb(149,163,48); }
H1.HeaderClassName
{
color: #95A330;
}
.AnyTagClassName
{
color: #95A330;
}
</style>
background-color css
<style>
a { background-color: #95A330; }
a { background-color: rgb(149,163,48); }
div.DivClassName
{
background-color: #95A330;
}
.BgClassName
{
background-color: #95A330;
}
</style>
border-color css
<style>
span { border-color: #95A330; }
span { border-color: rgb(149,163,48); }
td.TdClassName
{
border-color: #95A330;
}
.TagClassName
{
border-color: #95A330;
}
</style>