#849280

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

Shades of Spanish Green #849280

Tints of Spanish Green #849280

Color information

#849280 (or 0x849280) is unknown color: approx Spanish Green. HEX triplet: 84, 92 and 80. RGB value is (132,146,128). Sum of RGB (Red+Green+Blue) = 132+146+128=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #849280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849280 is #7B6D7F. Grayscale: #8B8B8B. Windows color (decimal): -8088960 or 8426116. OLE color: 8426116.

HSL color Cylindrical-coordinate representation of color #849280: hue angle of 106.67º degrees, saturation: 0.08, 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 #849280 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB132146128-
CMYK0.1000.120.43
HSL106.67º7.63%53.73%-
HSV(B)106.67º12.33%57.25%-
XYZ23.6927.0224.39-
YUV139.76121.36122.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=32.51%
G=35.96%
B=31.53%

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
Decimal1321461280.1000.120.43106.677.6353.73
Hex849280A0C2B6b836
Octal20422220012014531531066
Binary10000100100100101000000010100110010101111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849280; }

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

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

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

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

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

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

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

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