#849181

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

Shades of Spanish Green #849181

Tints of Spanish Green #849181

Color information

#849181 (or 0x849181) is unknown color: approx Spanish Green. HEX triplet: 84, 91 and 81. RGB value is (132,145,129). Sum of RGB (Red+Green+Blue) = 132+145+129=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #849181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849181 is #7B6E7E. Grayscale: #8B8B8B. Windows color (decimal): -8089215 or 8491396. OLE color: 8491396.

HSL color Cylindrical-coordinate representation of color #849181: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849181 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB132145129-
CMYK0.0900.110.43
HSL108.75º6.78%53.73%-
HSV(B)108.75º11.03%56.86%-
XYZ23.626.7424.69-
YUV139.29122.19122.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=32.51%
G=35.71%
B=31.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451290.0900.110.43108.756.7853.73
Hex84918190B2B6d736
Octal2042212011101353155766
Binary1000010010010001100000011001010111010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849181; }

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

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

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

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

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

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

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

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