Shades of Citron #98931B
Tints of Citron #98931B
RGB
CMYK
RGB Variations
Color information
#98931B (or 0x98931B) is known color: Citron. HEX triplet: 98, 93 and 1B. RGB value is (152,147,27). Sum of RGB (Red+Green+Blue) = 152+147+27=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98931B is #676CE4. Grayscale: #878787. Windows color (decimal): -6778085 or 1807256. OLE color: 1807256.
HSL color Cylindrical-coordinate representation of color #98931B: hue angle of 57.6º 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 #98931B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 27 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.40 |
| HSL | 57.6º | 0.7% | 0.35% | - |
| HSV(B) | 57.6º | 0.82% | 0.6% | - |
| XYZ | 23.58 | 27.62 | 5.13 | - |
| YUV | 134.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 27 | 0 | 0.03 | 0.82 | 0.40 | 57.6 | 0.7 | 0.35 |
| Hex | 98 | 93 | 1B | 0 | 3 | 52 | 28 | 3A | 46 | 23 |
| Octal | 230 | 223 | 33 | 0 | 3 | 122 | 50 | 72 | 106 | 43 |
| Binary | 10011000 | 10010011 | 11011 | 0 | 11 | 1010010 | 101000 | 111010 | 1000110 | 100011 |
Color Harmonies of #98931B
Complementary color
Monochromatic Colors of #98931B
Black with #98931B
Text Example
Text Example
White with #98931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98931B; }
p { color: rgb(152,147,27); }
H1.HeaderClassName
{
color: #98931B;
}
.AnyTagClassName
{
color: #98931B;
}
</style>
background-color css
<style>
a { background-color: #98931B; }
a { background-color: rgb(152,147,27); }
div.DivClassName
{
background-color: #98931B;
}
.BgClassName
{
background-color: #98931B;
}
</style>
border-color css
<style>
span { border-color: #98931B; }
span { border-color: rgb(152,147,27); }
td.TdClassName
{
border-color: #98931B;
}
.TagClassName
{
border-color: #98931B;
}
</style>