Shades of Citron #8A990B
Tints of Citron #8A990B
RGB
CMYK
RGB Variations
Color information
#8A990B (or 0x8A990B) is known color: Citron. HEX triplet: 8A, 99 and 0B. RGB value is (138,153,11). Sum of RGB (Red+Green+Blue) = 138+153+11=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #8A990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A990B is #7566F4. Grayscale: #848484. Windows color (decimal): -7694069 or 760202. OLE color: 760202.
HSL color Cylindrical-coordinate representation of color #8A990B: hue angle of 66.34º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A990B is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 11 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.4 |
| HSL | 66.34º | 0.87% | 0.32% | - |
| HSV(B) | 66.34º | 0.93% | 0.6% | - |
| XYZ | 21.93 | 28.21 | 4.61 | - |
| YUV | 132.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 11 | 0.10 | 0 | 0.93 | 0.4 | 66.34 | 0.87 | 0.32 |
| Hex | 8A | 99 | B | A | 0 | 5D | 28 | 42 | 57 | 20 |
| Octal | 212 | 231 | 13 | 12 | 0 | 135 | 50 | 102 | 127 | 40 |
| Binary | 10001010 | 10011001 | 1011 | 1010 | 0 | 1011101 | 101000 | 1000010 | 1010111 | 100000 |
Color Harmonies of #8A990B
Complementary color
Monochromatic Colors of #8A990B
Black with #8A990B
Text Example
Text Example
White with #8A990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A990B; }
p { color: rgb(138,153,11); }
H1.HeaderClassName
{
color: #8A990B;
}
.AnyTagClassName
{
color: #8A990B;
}
</style>
background-color css
<style>
a { background-color: #8A990B; }
a { background-color: rgb(138,153,11); }
div.DivClassName
{
background-color: #8A990B;
}
.BgClassName
{
background-color: #8A990B;
}
</style>
border-color css
<style>
span { border-color: #8A990B; }
span { border-color: rgb(138,153,11); }
td.TdClassName
{
border-color: #8A990B;
}
.TagClassName
{
border-color: #8A990B;
}
</style>