#849281

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

Shades of Spanish Green #849281

Tints of Spanish Green #849281

Color information

#849281 (or 0x849281) is unknown color: approx Spanish Green. HEX triplet: 84, 92 and 81. RGB value is (132,146,129). Sum of RGB (Red+Green+Blue) = 132+146+129=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #849281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849281 is #7B6D7E. Grayscale: #8B8B8B. Windows color (decimal): -8088959 or 8491652. OLE color: 8491652.

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

Color convert

RGB132146129-
CMYK0.1000.120.43
HSL109.41º7.23%53.92%-
HSV(B)109.41º11.64%57.25%-
XYZ23.7627.0524.74-
YUV139.88121.86122.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=32.43%
G=35.87%
B=31.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461290.1000.120.43109.417.2353.92
Hex849281A0C2B6d736
Octal2042222011201453155766
Binary1000010010010010100000011010011001010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849281; }

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

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

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

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

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

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

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

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