Shades of Spanish Green #838B80
Tints of Spanish Green #838B80
RGB
CMYK
RGB Variations
Color information
#838B80 (or 0x838B80) is known color: Spanish Green. HEX triplet: 83, 8B and 80. RGB value is (131,139,128). Sum of RGB (Red+Green+Blue) = 131+139+128=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #838B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B80 is #7C747F. Grayscale: #878787. Windows color (decimal): -8156288 or 8424323. OLE color: 8424323.
HSL color Cylindrical-coordinate representation of color #838B80: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838B80 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 128 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.45 |
| HSL | 103.64º | 0.05% | 0.52% | - |
| HSV(B) | 103.64º | 0.08% | 0.55% | - |
| XYZ | 22.49 | 24.85 | 24.03 | - |
| YUV | 135.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 128 | 0.06 | 0 | 0.08 | 0.45 | 103.64 | 0.05 | 0.52 |
| Hex | 83 | 8B | 80 | 6 | 0 | 8 | 2D | 68 | 5 | 34 |
| Octal | 203 | 213 | 200 | 6 | 0 | 10 | 55 | 150 | 5 | 64 |
| Binary | 10000011 | 10001011 | 10000000 | 110 | 0 | 1000 | 101101 | 1101000 | 101 | 110100 |
Color Harmonies of #838B80
Complementary color
Monochromatic Colors of #838B80
Black with #838B80
Text Example
Text Example
White with #838B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B80; }
p { color: rgb(131,139,128); }
H1.HeaderClassName
{
color: #838B80;
}
.AnyTagClassName
{
color: #838B80;
}
</style>
background-color css
<style>
a { background-color: #838B80; }
a { background-color: rgb(131,139,128); }
div.DivClassName
{
background-color: #838B80;
}
.BgClassName
{
background-color: #838B80;
}
</style>
border-color css
<style>
span { border-color: #838B80; }
span { border-color: rgb(131,139,128); }
td.TdClassName
{
border-color: #838B80;
}
.TagClassName
{
border-color: #838B80;
}
</style>