Shades of Citron #92982F
Tints of Citron #92982F
RGB
CMYK
RGB Variations
Color information
#92982F (or 0x92982F) is known color: Citron. HEX triplet: 92, 98 and 2F. RGB value is (146,152,47). Sum of RGB (Red+Green+Blue) = 146+152+47=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #92982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92982F is #6D67D0. Grayscale: #8A8A8A. Windows color (decimal): -7170001 or 3119250. OLE color: 3119250.
HSL color Cylindrical-coordinate representation of color #92982F: hue angle of 63.43º 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 #92982F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 47 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.40 |
| HSL | 63.43º | 0.53% | 0.39% | - |
| HSV(B) | 63.43º | 0.69% | 0.6% | - |
| XYZ | 23.6 | 28.77 | 7 | - |
| YUV | 138.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 47 | 0.04 | 0 | 0.69 | 0.40 | 63.43 | 0.53 | 0.39 |
| Hex | 92 | 98 | 2F | 4 | 0 | 45 | 28 | 3F | 35 | 27 |
| Octal | 222 | 230 | 57 | 4 | 0 | 105 | 50 | 77 | 65 | 47 |
| Binary | 10010010 | 10011000 | 101111 | 100 | 0 | 1000101 | 101000 | 111111 | 110101 | 100111 |
Color Harmonies of #92982F
Complementary color
Monochromatic Colors of #92982F
Black with #92982F
Text Example
Text Example
White with #92982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92982F; }
p { color: rgb(146,152,47); }
H1.HeaderClassName
{
color: #92982F;
}
.AnyTagClassName
{
color: #92982F;
}
</style>
background-color css
<style>
a { background-color: #92982F; }
a { background-color: rgb(146,152,47); }
div.DivClassName
{
background-color: #92982F;
}
.BgClassName
{
background-color: #92982F;
}
</style>
border-color css
<style>
span { border-color: #92982F; }
span { border-color: rgb(146,152,47); }
td.TdClassName
{
border-color: #92982F;
}
.TagClassName
{
border-color: #92982F;
}
</style>