Shades of Spanish Green #838682
Tints of Spanish Green #838682
RGB
CMYK
RGB Variations
Color information
#838682 (or 0x838682) is known color: Spanish Green. HEX triplet: 83, 86 and 82. RGB value is (131,134,130). Sum of RGB (Red+Green+Blue) = 131+134+130=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 134 - color contains mainly: green. Hex color #838682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838682 is #7C797D. Grayscale: #848484. Windows color (decimal): -8157566 or 8554115. OLE color: 8554115.
HSL color Cylindrical-coordinate representation of color #838682: hue angle of 105º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838682 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 130 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.47 |
| HSL | 105º | 0.02% | 0.52% | - |
| HSV(B) | 105º | 0.03% | 0.53% | - |
| XYZ | 21.91 | 23.49 | 24.5 | - |
| YUV | 132.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 130 | 0.02 | 0 | 0.03 | 0.47 | 105 | 0.02 | 0.52 |
| Hex | 83 | 86 | 82 | 2 | 0 | 3 | 2F | 69 | 2 | 34 |
| Octal | 203 | 206 | 202 | 2 | 0 | 3 | 57 | 151 | 2 | 64 |
| Binary | 10000011 | 10000110 | 10000010 | 10 | 0 | 11 | 101111 | 1101001 | 10 | 110100 |
Color Harmonies of #838682
Complementary color
Monochromatic Colors of #838682
Black with #838682
Text Example
Text Example
White with #838682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838682; }
p { color: rgb(131,134,130); }
H1.HeaderClassName
{
color: #838682;
}
.AnyTagClassName
{
color: #838682;
}
</style>
background-color css
<style>
a { background-color: #838682; }
a { background-color: rgb(131,134,130); }
div.DivClassName
{
background-color: #838682;
}
.BgClassName
{
background-color: #838682;
}
</style>
border-color css
<style>
span { border-color: #838682; }
span { border-color: rgb(131,134,130); }
td.TdClassName
{
border-color: #838682;
}
.TagClassName
{
border-color: #838682;
}
</style>