#848982

Color #848982 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #848982

Tints of Spanish Green #848982

Color information

#848982 (or 0x848982) is unknown color: approx Spanish Green. HEX triplet: 84, 89 and 82. RGB value is (132,137,130). Sum of RGB (Red+Green+Blue) = 132+137+130=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 137 - color contains mainly: green. Hex color #848982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848982 is #7B767D. Grayscale: #868686. Windows color (decimal): -8091262 or 8554884. OLE color: 8554884.

HSL color Cylindrical-coordinate representation of color #848982: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848982 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB132137130-
CMYK0.0400.050.46
HSL102.86º2.88%52.35%-
HSV(B)102.86º5.11%53.73%-
XYZ22.4924.4124.65-
YUV134.71125.34126.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=33.08%
G=34.34%
B=32.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321371300.0400.050.46102.862.8852.35
Hex8489824052E67334
Octal20421120240556147364
Binary1000010010001001100000101000101101110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848982; }

 p { color: rgb(132,137,130); }

 H1.HeaderClassName
 {
   color: #848982;
 }
 .AnyTagClassName
 {
   color: #848982;
 }
</style>
background-color css

<style>
 a { background-color: #848982; }

 a { background-color: rgb(132,137,130); }

 div.DivClassName
 {
   background-color: #848982;
 }
 .BgClassName
 {
   background-color: #848982;
 }
</style>
border-color css

<style>
 span { border-color: #848982; }

 span { border-color: rgb(132,137,130); }

 td.TdClassName
 {
   border-color: #848982;
 }
 .TagClassName
 {
   border-color: #848982;
 }
</style>