Shades of Citron #95901E
Tints of Citron #95901E
RGB
CMYK
RGB Variations
Color information
#95901E (or 0x95901E) is known color: Citron. HEX triplet: 95, 90 and 1E. RGB value is (149,144,30). Sum of RGB (Red+Green+Blue) = 149+144+30=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95901E is #6A6FE1. Grayscale: #848484. Windows color (decimal): -6975458 or 2003093. OLE color: 2003093.
HSL color Cylindrical-coordinate representation of color #95901E: hue angle of 57.48º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95901E is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 30 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.42 |
| HSL | 57.48º | 0.66% | 0.35% | - |
| HSV(B) | 57.48º | 0.8% | 0.58% | - |
| XYZ | 22.6 | 26.43 | 5.14 | - |
| YUV | 132.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 30 | 0 | 0.03 | 0.80 | 0.42 | 57.48 | 0.66 | 0.35 |
| Hex | 95 | 90 | 1E | 0 | 3 | 50 | 2A | 39 | 42 | 23 |
| Octal | 225 | 220 | 36 | 0 | 3 | 120 | 52 | 71 | 102 | 43 |
| Binary | 10010101 | 10010000 | 11110 | 0 | 11 | 1010000 | 101010 | 111001 | 1000010 | 100011 |
Color Harmonies of #95901E
Complementary color
Monochromatic Colors of #95901E
Black with #95901E
Text Example
Text Example
White with #95901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95901E; }
p { color: rgb(149,144,30); }
H1.HeaderClassName
{
color: #95901E;
}
.AnyTagClassName
{
color: #95901E;
}
</style>
background-color css
<style>
a { background-color: #95901E; }
a { background-color: rgb(149,144,30); }
div.DivClassName
{
background-color: #95901E;
}
.BgClassName
{
background-color: #95901E;
}
</style>
border-color css
<style>
span { border-color: #95901E; }
span { border-color: rgb(149,144,30); }
td.TdClassName
{
border-color: #95901E;
}
.TagClassName
{
border-color: #95901E;
}
</style>