Shades of Citron #97A32E
Tints of Citron #97A32E
RGB
CMYK
RGB Variations
Color information
#97A32E (or 0x97A32E) is known color: Citron. HEX triplet: 97, A3 and 2E. RGB value is (151,163,46). Sum of RGB (Red+Green+Blue) = 151+163+46=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #97A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A32E is #685CD1. Grayscale: #929292. Windows color (decimal): -6839506 or 3056535. OLE color: 3056535.
HSL color Cylindrical-coordinate representation of color #97A32E: hue angle of 66.15º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97A32E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 46 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.36 |
| HSL | 66.15º | 0.56% | 0.41% | - |
| HSV(B) | 66.15º | 0.72% | 0.64% | - |
| XYZ | 26.35 | 32.97 | 7.56 | - |
| YUV | 146.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 46 | 0.07 | 0 | 0.72 | 0.36 | 66.15 | 0.56 | 0.41 |
| Hex | 97 | A3 | 2E | 7 | 0 | 48 | 24 | 42 | 38 | 29 |
| Octal | 227 | 243 | 56 | 7 | 0 | 110 | 44 | 102 | 70 | 51 |
| Binary | 10010111 | 10100011 | 101110 | 111 | 0 | 1001000 | 100100 | 1000010 | 111000 | 101001 |
Color Harmonies of #97A32E
Complementary color
Monochromatic Colors of #97A32E
Black with #97A32E
Text Example
Text Example
White with #97A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A32E; }
p { color: rgb(151,163,46); }
H1.HeaderClassName
{
color: #97A32E;
}
.AnyTagClassName
{
color: #97A32E;
}
</style>
background-color css
<style>
a { background-color: #97A32E; }
a { background-color: rgb(151,163,46); }
div.DivClassName
{
background-color: #97A32E;
}
.BgClassName
{
background-color: #97A32E;
}
</style>
border-color css
<style>
span { border-color: #97A32E; }
span { border-color: rgb(151,163,46); }
td.TdClassName
{
border-color: #97A32E;
}
.TagClassName
{
border-color: #97A32E;
}
</style>