#848C82

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

Shades of Spanish Green #848C82

Tints of Spanish Green #848C82

Color information

#848C82 (or 0x848C82) is unknown color: approx Spanish Green. HEX triplet: 84, 8C and 82. RGB value is (132,140,130). Sum of RGB (Red+Green+Blue) = 132+140+130=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #848C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C82 is #7B737D. Grayscale: #888888. Windows color (decimal): -8090494 or 8555652. OLE color: 8555652.

HSL color Cylindrical-coordinate representation of color #848C82: hue angle of 108º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848C82 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB132140130-
CMYK0.0600.070.45
HSL108º4.17%52.94%-
HSV(B)108º7.14%54.9%-
XYZ22.9225.2724.79-
YUV136.47124.35124.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=32.84%
G=34.83%
B=32.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321401300.0600.070.451084.1752.94
Hex848C826072D6c435
Octal20421420260755154465
Binary10000100100011001000001011001111011011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848C82; }

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

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

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

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

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

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

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

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