Shades of Citron #95A320
Tints of Citron #95A320
RGB
CMYK
RGB Variations
Color information
#95A320 (or 0x95A320) is known color: Citron. HEX triplet: 95, A3 and 20. RGB value is (149,163,32). Sum of RGB (Red+Green+Blue) = 149+163+32=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #95A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A320 is #6A5CDF. Grayscale: #909090. Windows color (decimal): -6970592 or 2139029. OLE color: 2139029.
HSL color Cylindrical-coordinate representation of color #95A320: hue angle of 66.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95A320 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 32 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.36 |
| HSL | 66.41º | 0.67% | 0.38% | - |
| HSV(B) | 66.41º | 0.8% | 0.64% | - |
| XYZ | 25.75 | 32.69 | 6.32 | - |
| YUV | 143.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 32 | 0.09 | 0 | 0.80 | 0.36 | 66.41 | 0.67 | 0.38 |
| Hex | 95 | A3 | 20 | 9 | 0 | 50 | 24 | 42 | 43 | 26 |
| Octal | 225 | 243 | 40 | 11 | 0 | 120 | 44 | 102 | 103 | 46 |
| Binary | 10010101 | 10100011 | 100000 | 1001 | 0 | 1010000 | 100100 | 1000010 | 1000011 | 100110 |
Color Harmonies of #95A320
Complementary color
Monochromatic Colors of #95A320
Black with #95A320
Text Example
Text Example
White with #95A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A320; }
p { color: rgb(149,163,32); }
H1.HeaderClassName
{
color: #95A320;
}
.AnyTagClassName
{
color: #95A320;
}
</style>
background-color css
<style>
a { background-color: #95A320; }
a { background-color: rgb(149,163,32); }
div.DivClassName
{
background-color: #95A320;
}
.BgClassName
{
background-color: #95A320;
}
</style>
border-color css
<style>
span { border-color: #95A320; }
span { border-color: rgb(149,163,32); }
td.TdClassName
{
border-color: #95A320;
}
.TagClassName
{
border-color: #95A320;
}
</style>