Shades of Citron #8A9B20
Tints of Citron #8A9B20
RGB
CMYK
RGB Variations
Color information
#8A9B20 (or 0x8A9B20) is known color: Citron. HEX triplet: 8A, 9B and 20. RGB value is (138,155,32). Sum of RGB (Red+Green+Blue) = 138+155+32=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B20 is #7564DF. Grayscale: #888888. Windows color (decimal): -7693536 or 2136970. OLE color: 2136970.
HSL color Cylindrical-coordinate representation of color #8A9B20: hue angle of 68.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A9B20 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 32 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.39 |
| HSL | 68.29º | 0.66% | 0.37% | - |
| HSV(B) | 68.29º | 0.79% | 0.61% | - |
| XYZ | 22.46 | 28.95 | 5.77 | - |
| YUV | 135.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 32 | 0.11 | 0 | 0.79 | 0.39 | 68.29 | 0.66 | 0.37 |
| Hex | 8A | 9B | 20 | B | 0 | 4F | 27 | 44 | 42 | 25 |
| Octal | 212 | 233 | 40 | 13 | 0 | 117 | 47 | 104 | 102 | 45 |
| Binary | 10001010 | 10011011 | 100000 | 1011 | 0 | 1001111 | 100111 | 1000100 | 1000010 | 100101 |
Color Harmonies of #8A9B20
Complementary color
Monochromatic Colors of #8A9B20
Black with #8A9B20
Text Example
Text Example
White with #8A9B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B20; }
p { color: rgb(138,155,32); }
H1.HeaderClassName
{
color: #8A9B20;
}
.AnyTagClassName
{
color: #8A9B20;
}
</style>
background-color css
<style>
a { background-color: #8A9B20; }
a { background-color: rgb(138,155,32); }
div.DivClassName
{
background-color: #8A9B20;
}
.BgClassName
{
background-color: #8A9B20;
}
</style>
border-color css
<style>
span { border-color: #8A9B20; }
span { border-color: rgb(138,155,32); }
td.TdClassName
{
border-color: #8A9B20;
}
.TagClassName
{
border-color: #8A9B20;
}
</style>