Shades of Citron #97982A
Tints of Citron #97982A
RGB
CMYK
RGB Variations
Color information
#97982A (or 0x97982A) is known color: Citron. HEX triplet: 97, 98 and 2A. RGB value is (151,152,42). Sum of RGB (Red+Green+Blue) = 151+152+42=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #97982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97982A is #6867D5. Grayscale: #8B8B8B. Windows color (decimal): -6842326 or 2791575. OLE color: 2791575.
HSL color Cylindrical-coordinate representation of color #97982A: hue angle of 60.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97982A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 42 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.40 |
| HSL | 60.55º | 0.57% | 0.38% | - |
| HSV(B) | 60.55º | 0.72% | 0.6% | - |
| XYZ | 24.41 | 29.2 | 6.54 | - |
| YUV | 139.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 42 | 0.01 | 0 | 0.72 | 0.40 | 60.55 | 0.57 | 0.38 |
| Hex | 97 | 98 | 2A | 1 | 0 | 48 | 28 | 3D | 39 | 26 |
| Octal | 227 | 230 | 52 | 1 | 0 | 110 | 50 | 75 | 71 | 46 |
| Binary | 10010111 | 10011000 | 101010 | 1 | 0 | 1001000 | 101000 | 111101 | 111001 | 100110 |
Color Harmonies of #97982A
Complementary color
Monochromatic Colors of #97982A
Black with #97982A
Text Example
Text Example
White with #97982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97982A; }
p { color: rgb(151,152,42); }
H1.HeaderClassName
{
color: #97982A;
}
.AnyTagClassName
{
color: #97982A;
}
</style>
background-color css
<style>
a { background-color: #97982A; }
a { background-color: rgb(151,152,42); }
div.DivClassName
{
background-color: #97982A;
}
.BgClassName
{
background-color: #97982A;
}
</style>
border-color css
<style>
span { border-color: #97982A; }
span { border-color: rgb(151,152,42); }
td.TdClassName
{
border-color: #97982A;
}
.TagClassName
{
border-color: #97982A;
}
</style>