Shades of Citrus #95A505
Tints of Citrus #95A505
RGB
CMYK
RGB Variations
Color information
#95A505 (or 0x95A505) is known color: Citrus. HEX triplet: 95, A5 and 05. RGB value is (149,165,5). Sum of RGB (Red+Green+Blue) = 149+165+5=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #95A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A505 is #6A5AFA. Grayscale: #8E8E8E. Windows color (decimal): -6970107 or 370069. OLE color: 370069.
HSL color Cylindrical-coordinate representation of color #95A505: hue angle of 66º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95A505 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.35 |
| HSL | 66º | 0.94% | 0.33% | - |
| HSV(B) | 66º | 0.97% | 0.65% | - |
| XYZ | 25.88 | 33.31 | 5.21 | - |
| YUV | 141.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 5 | 0.10 | 0 | 0.97 | 0.35 | 66 | 0.94 | 0.33 |
| Hex | 95 | A5 | 5 | A | 0 | 61 | 23 | 42 | 5E | 21 |
| Octal | 225 | 245 | 5 | 12 | 0 | 141 | 43 | 102 | 136 | 41 |
| Binary | 10010101 | 10100101 | 101 | 1010 | 0 | 1100001 | 100011 | 1000010 | 1011110 | 100001 |
Color Harmonies of #95A505
Complementary color
Monochromatic Colors of #95A505
Black with #95A505
Text Example
Text Example
White with #95A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A505; }
p { color: rgb(149,165,5); }
H1.HeaderClassName
{
color: #95A505;
}
.AnyTagClassName
{
color: #95A505;
}
</style>
background-color css
<style>
a { background-color: #95A505; }
a { background-color: rgb(149,165,5); }
div.DivClassName
{
background-color: #95A505;
}
.BgClassName
{
background-color: #95A505;
}
</style>
border-color css
<style>
span { border-color: #95A505; }
span { border-color: rgb(149,165,5); }
td.TdClassName
{
border-color: #95A505;
}
.TagClassName
{
border-color: #95A505;
}
</style>