Shades of Citron #97981B
Tints of Citron #97981B
RGB
CMYK
RGB Variations
Color information
#97981B (or 0x97981B) is known color: Citron. HEX triplet: 97, 98 and 1B. RGB value is (151,152,27). Sum of RGB (Red+Green+Blue) = 151+152+27=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #97981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97981B is #6867E4. Grayscale: #898989. Windows color (decimal): -6842341 or 1808535. OLE color: 1808535.
HSL color Cylindrical-coordinate representation of color #97981B: hue angle of 60.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97981B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 27 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.40 |
| HSL | 60.48º | 0.7% | 0.35% | - |
| HSV(B) | 60.48º | 0.82% | 0.6% | - |
| XYZ | 24.19 | 29.11 | 5.38 | - |
| YUV | 137.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 27 | 0.01 | 0 | 0.82 | 0.40 | 60.48 | 0.7 | 0.35 |
| Hex | 97 | 98 | 1B | 1 | 0 | 52 | 28 | 3C | 46 | 23 |
| Octal | 227 | 230 | 33 | 1 | 0 | 122 | 50 | 74 | 106 | 43 |
| Binary | 10010111 | 10011000 | 11011 | 1 | 0 | 1010010 | 101000 | 111100 | 1000110 | 100011 |
Color Harmonies of #97981B
Complementary color
Monochromatic Colors of #97981B
Black with #97981B
Text Example
Text Example
White with #97981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97981B; }
p { color: rgb(151,152,27); }
H1.HeaderClassName
{
color: #97981B;
}
.AnyTagClassName
{
color: #97981B;
}
</style>
background-color css
<style>
a { background-color: #97981B; }
a { background-color: rgb(151,152,27); }
div.DivClassName
{
background-color: #97981B;
}
.BgClassName
{
background-color: #97981B;
}
</style>
border-color css
<style>
span { border-color: #97981B; }
span { border-color: rgb(151,152,27); }
td.TdClassName
{
border-color: #97981B;
}
.TagClassName
{
border-color: #97981B;
}
</style>