Shades of Citron #97982F
Tints of Citron #97982F
RGB
CMYK
RGB Variations
Color information
#97982F (or 0x97982F) is known color: Citron. HEX triplet: 97, 98 and 2F. RGB value is (151,152,47). Sum of RGB (Red+Green+Blue) = 151+152+47=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #97982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97982F is #6867D0. Grayscale: #8C8C8C. Windows color (decimal): -6842321 or 3119255. OLE color: 3119255.
HSL color Cylindrical-coordinate representation of color #97982F: hue angle of 60.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97982F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 47 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.40 |
| HSL | 60.57º | 0.53% | 0.39% | - |
| HSV(B) | 60.57º | 0.69% | 0.6% | - |
| XYZ | 24.5 | 29.24 | 7.04 | - |
| YUV | 139.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 47 | 0.01 | 0 | 0.69 | 0.40 | 60.57 | 0.53 | 0.39 |
| Hex | 97 | 98 | 2F | 1 | 0 | 45 | 28 | 3D | 35 | 27 |
| Octal | 227 | 230 | 57 | 1 | 0 | 105 | 50 | 75 | 65 | 47 |
| Binary | 10010111 | 10011000 | 101111 | 1 | 0 | 1000101 | 101000 | 111101 | 110101 | 100111 |
Color Harmonies of #97982F
Complementary color
Monochromatic Colors of #97982F
Black with #97982F
Text Example
Text Example
White with #97982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97982F; }
p { color: rgb(151,152,47); }
H1.HeaderClassName
{
color: #97982F;
}
.AnyTagClassName
{
color: #97982F;
}
</style>
background-color css
<style>
a { background-color: #97982F; }
a { background-color: rgb(151,152,47); }
div.DivClassName
{
background-color: #97982F;
}
.BgClassName
{
background-color: #97982F;
}
</style>
border-color css
<style>
span { border-color: #97982F; }
span { border-color: rgb(151,152,47); }
td.TdClassName
{
border-color: #97982F;
}
.TagClassName
{
border-color: #97982F;
}
</style>