Shades of Citron #97911E
Tints of Citron #97911E
RGB
CMYK
RGB Variations
Color information
#97911E (or 0x97911E) is known color: Citron. HEX triplet: 97, 91 and 1E. RGB value is (151,145,30). Sum of RGB (Red+Green+Blue) = 151+145+30=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97911E is #686EE1. Grayscale: #868686. Windows color (decimal): -6844130 or 2003351. OLE color: 2003351.
HSL color Cylindrical-coordinate representation of color #97911E: hue angle of 57.02º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97911E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 30 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.41 |
| HSL | 57.02º | 0.67% | 0.35% | - |
| HSV(B) | 57.02º | 0.8% | 0.59% | - |
| XYZ | 23.12 | 26.92 | 5.21 | - |
| YUV | 133.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 30 | 0 | 0.04 | 0.80 | 0.41 | 57.02 | 0.67 | 0.35 |
| Hex | 97 | 91 | 1E | 0 | 4 | 50 | 29 | 39 | 43 | 23 |
| Octal | 227 | 221 | 36 | 0 | 4 | 120 | 51 | 71 | 103 | 43 |
| Binary | 10010111 | 10010001 | 11110 | 0 | 100 | 1010000 | 101001 | 111001 | 1000011 | 100011 |
Color Harmonies of #97911E
Complementary color
Monochromatic Colors of #97911E
Black with #97911E
Text Example
Text Example
White with #97911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97911E; }
p { color: rgb(151,145,30); }
H1.HeaderClassName
{
color: #97911E;
}
.AnyTagClassName
{
color: #97911E;
}
</style>
background-color css
<style>
a { background-color: #97911E; }
a { background-color: rgb(151,145,30); }
div.DivClassName
{
background-color: #97911E;
}
.BgClassName
{
background-color: #97911E;
}
</style>
border-color css
<style>
span { border-color: #97911E; }
span { border-color: rgb(151,145,30); }
td.TdClassName
{
border-color: #97911E;
}
.TagClassName
{
border-color: #97911E;
}
</style>