Shades of Spanish Green #8A9384
Tints of Spanish Green #8A9384
RGB
CMYK
RGB Variations
Color information
#8A9384 (or 0x8A9384) is known color: Spanish Green. HEX triplet: 8A, 93 and 84. RGB value is (138,147,132). Sum of RGB (Red+Green+Blue) = 138+147+132=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9384 is #756C7B. Grayscale: #8E8E8E. Windows color (decimal): -7695484 or 8688522. OLE color: 8688522.
HSL color Cylindrical-coordinate representation of color #8A9384: hue angle of 96º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9384 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 132 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.42 |
| HSL | 96º | 0.06% | 0.55% | - |
| HSV(B) | 96º | 0.1% | 0.58% | - |
| XYZ | 25.08 | 27.94 | 25.9 | - |
| YUV | 142.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 132 | 0.06 | 0 | 0.10 | 0.42 | 96 | 0.06 | 0.55 |
| Hex | 8A | 93 | 84 | 6 | 0 | A | 2A | 60 | 6 | 37 |
| Octal | 212 | 223 | 204 | 6 | 0 | 12 | 52 | 140 | 6 | 67 |
| Binary | 10001010 | 10010011 | 10000100 | 110 | 0 | 1010 | 101010 | 1100000 | 110 | 110111 |
Color Harmonies of #8A9384
Complementary color
Monochromatic Colors of #8A9384
Black with #8A9384
Text Example
Text Example
White with #8A9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9384; }
p { color: rgb(138,147,132); }
H1.HeaderClassName
{
color: #8A9384;
}
.AnyTagClassName
{
color: #8A9384;
}
</style>
background-color css
<style>
a { background-color: #8A9384; }
a { background-color: rgb(138,147,132); }
div.DivClassName
{
background-color: #8A9384;
}
.BgClassName
{
background-color: #8A9384;
}
</style>
border-color css
<style>
span { border-color: #8A9384; }
span { border-color: rgb(138,147,132); }
td.TdClassName
{
border-color: #8A9384;
}
.TagClassName
{
border-color: #8A9384;
}
</style>