Shades of Citrus #95A811
Tints of Citrus #95A811
RGB
CMYK
RGB Variations
Color information
#95A811 (or 0x95A811) is known color: Citrus. HEX triplet: 95, A8 and 11. RGB value is (149,168,17). Sum of RGB (Red+Green+Blue) = 149+168+17=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #95A811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A811 is #6A57EE. Grayscale: #919191. Windows color (decimal): -6969327 or 1157269. OLE color: 1157269.
HSL color Cylindrical-coordinate representation of color #95A811: hue angle of 67.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95A811 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 168 | 17 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.34 |
| HSL | 67.55º | 0.82% | 0.36% | - |
| HSV(B) | 67.55º | 0.9% | 0.66% | - |
| XYZ | 26.5 | 34.44 | 5.78 | - |
| YUV | 145.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 17 | 0.11 | 0 | 0.90 | 0.34 | 67.55 | 0.82 | 0.36 |
| Hex | 95 | A8 | 11 | B | 0 | 5A | 22 | 44 | 52 | 24 |
| Octal | 225 | 250 | 21 | 13 | 0 | 132 | 42 | 104 | 122 | 44 |
| Binary | 10010101 | 10101000 | 10001 | 1011 | 0 | 1011010 | 100010 | 1000100 | 1010010 | 100100 |
Color Harmonies of #95A811
Complementary color
Monochromatic Colors of #95A811
Black with #95A811
Text Example
Text Example
White with #95A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A811; }
p { color: rgb(149,168,17); }
H1.HeaderClassName
{
color: #95A811;
}
.AnyTagClassName
{
color: #95A811;
}
</style>
background-color css
<style>
a { background-color: #95A811; }
a { background-color: rgb(149,168,17); }
div.DivClassName
{
background-color: #95A811;
}
.BgClassName
{
background-color: #95A811;
}
</style>
border-color css
<style>
span { border-color: #95A811; }
span { border-color: rgb(149,168,17); }
td.TdClassName
{
border-color: #95A811;
}
.TagClassName
{
border-color: #95A811;
}
</style>