#848D81

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

Shades of Spanish Green #848D81

Tints of Spanish Green #848D81

Color information

#848D81 (or 0x848D81) is unknown color: approx Spanish Green. HEX triplet: 84, 8D and 81. RGB value is (132,141,129). Sum of RGB (Red+Green+Blue) = 132+141+129=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #848D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D81 is #7B727E. Grayscale: #888888. Windows color (decimal): -8090239 or 8490372. OLE color: 8490372.

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

Color convert

RGB132141129-
CMYK0.0600.090.45
HSL105º5%52.94%-
HSV(B)105º8.51%55.29%-
XYZ2325.5424.49-
YUV136.94123.52124.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=32.84%
G=35.07%
B=32.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411290.0600.090.45105552.94
Hex848D816092D69535
Octal204215201601155151565
Binary100001001000110110000001110010011011011101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,129); }

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

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

 a { background-color: rgb(132,141,129); }

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

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

 span { border-color: rgb(132,141,129); }

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