Shades of Citron #97A62B
Tints of Citron #97A62B
RGB
CMYK
RGB Variations
Color information
#97A62B (or 0x97A62B) is known color: Citron. HEX triplet: 97, A6 and 2B. RGB value is (151,166,43). Sum of RGB (Red+Green+Blue) = 151+166+43=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #97A62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A62B is #6859D4. Grayscale: #939393. Windows color (decimal): -6838741 or 2860695. OLE color: 2860695.
HSL color Cylindrical-coordinate representation of color #97A62B: hue angle of 67.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97A62B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 43 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.35 |
| HSL | 67.32º | 0.59% | 0.41% | - |
| HSV(B) | 67.32º | 0.74% | 0.65% | - |
| XYZ | 26.83 | 34.03 | 7.44 | - |
| YUV | 147.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 43 | 0.09 | 0 | 0.74 | 0.35 | 67.32 | 0.59 | 0.41 |
| Hex | 97 | A6 | 2B | 9 | 0 | 4A | 23 | 43 | 3B | 29 |
| Octal | 227 | 246 | 53 | 11 | 0 | 112 | 43 | 103 | 73 | 51 |
| Binary | 10010111 | 10100110 | 101011 | 1001 | 0 | 1001010 | 100011 | 1000011 | 111011 | 101001 |
Color Harmonies of #97A62B
Complementary color
Monochromatic Colors of #97A62B
Black with #97A62B
Text Example
Text Example
White with #97A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A62B; }
p { color: rgb(151,166,43); }
H1.HeaderClassName
{
color: #97A62B;
}
.AnyTagClassName
{
color: #97A62B;
}
</style>
background-color css
<style>
a { background-color: #97A62B; }
a { background-color: rgb(151,166,43); }
div.DivClassName
{
background-color: #97A62B;
}
.BgClassName
{
background-color: #97A62B;
}
</style>
border-color css
<style>
span { border-color: #97A62B; }
span { border-color: rgb(151,166,43); }
td.TdClassName
{
border-color: #97A62B;
}
.TagClassName
{
border-color: #97A62B;
}
</style>