Shades of Citron #989B1B
Tints of Citron #989B1B
RGB
CMYK
RGB Variations
Color information
#989B1B (or 0x989B1B) is known color: Citron. HEX triplet: 98, 9B and 1B. RGB value is (152,155,27). Sum of RGB (Red+Green+Blue) = 152+155+27=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #989B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B1B is #6764E4. Grayscale: #8C8C8C. Windows color (decimal): -6776037 or 1809304. OLE color: 1809304.
HSL color Cylindrical-coordinate representation of color #989B1B: hue angle of 61.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #989B1B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 155 | 27 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.39 |
| HSL | 61.41º | 0.7% | 0.36% | - |
| HSV(B) | 61.41º | 0.83% | 0.61% | - |
| XYZ | 24.87 | 30.2 | 5.55 | - |
| YUV | 139.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 27 | 0.02 | 0 | 0.83 | 0.39 | 61.41 | 0.7 | 0.36 |
| Hex | 98 | 9B | 1B | 2 | 0 | 53 | 27 | 3D | 46 | 24 |
| Octal | 230 | 233 | 33 | 2 | 0 | 123 | 47 | 75 | 106 | 44 |
| Binary | 10011000 | 10011011 | 11011 | 10 | 0 | 1010011 | 100111 | 111101 | 1000110 | 100100 |
Color Harmonies of #989B1B
Complementary color
Monochromatic Colors of #989B1B
Black with #989B1B
Text Example
Text Example
White with #989B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989B1B; }
p { color: rgb(152,155,27); }
H1.HeaderClassName
{
color: #989B1B;
}
.AnyTagClassName
{
color: #989B1B;
}
</style>
background-color css
<style>
a { background-color: #989B1B; }
a { background-color: rgb(152,155,27); }
div.DivClassName
{
background-color: #989B1B;
}
.BgClassName
{
background-color: #989B1B;
}
</style>
border-color css
<style>
span { border-color: #989B1B; }
span { border-color: rgb(152,155,27); }
td.TdClassName
{
border-color: #989B1B;
}
.TagClassName
{
border-color: #989B1B;
}
</style>