Shades of Spanish Green #8A9383
Tints of Spanish Green #8A9383
RGB
CMYK
RGB Variations
Color information
#8A9383 (or 0x8A9383) is known color: Spanish Green. HEX triplet: 8A, 93 and 83. RGB value is (138,147,131). Sum of RGB (Red+Green+Blue) = 138+147+131=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9383 is #756C7C. Grayscale: #8E8E8E. Windows color (decimal): -7695485 or 8622986. OLE color: 8622986.
HSL color Cylindrical-coordinate representation of color #8A9383: hue angle of 93.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9383 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 131 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.42 |
| HSL | 93.75º | 0.07% | 0.55% | - |
| HSV(B) | 93.75º | 0.11% | 0.58% | - |
| XYZ | 25.01 | 27.91 | 25.54 | - |
| YUV | 142.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 131 | 0.06 | 0 | 0.11 | 0.42 | 93.75 | 0.07 | 0.55 |
| Hex | 8A | 93 | 83 | 6 | 0 | B | 2A | 5E | 7 | 37 |
| Octal | 212 | 223 | 203 | 6 | 0 | 13 | 52 | 136 | 7 | 67 |
| Binary | 10001010 | 10010011 | 10000011 | 110 | 0 | 1011 | 101010 | 1011110 | 111 | 110111 |
Color Harmonies of #8A9383
Complementary color
Monochromatic Colors of #8A9383
Black with #8A9383
Text Example
Text Example
White with #8A9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9383; }
p { color: rgb(138,147,131); }
H1.HeaderClassName
{
color: #8A9383;
}
.AnyTagClassName
{
color: #8A9383;
}
</style>
background-color css
<style>
a { background-color: #8A9383; }
a { background-color: rgb(138,147,131); }
div.DivClassName
{
background-color: #8A9383;
}
.BgClassName
{
background-color: #8A9383;
}
</style>
border-color css
<style>
span { border-color: #8A9383; }
span { border-color: rgb(138,147,131); }
td.TdClassName
{
border-color: #8A9383;
}
.TagClassName
{
border-color: #8A9383;
}
</style>