#859280

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

Shades of Spanish Green #859280

Tints of Spanish Green #859280

Color information

#859280 (or 0x859280) is unknown color: approx Spanish Green. HEX triplet: 85, 92 and 80. RGB value is (133,146,128). Sum of RGB (Red+Green+Blue) = 133+146+128=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #859280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859280 is #7A6D7F. Grayscale: #8C8C8C. Windows color (decimal): -8023424 or 8426117. OLE color: 8426117.

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

Color convert

RGB133146128-
CMYK0.0900.120.43
HSL103.33º7.63%53.73%-
HSV(B)103.33º12.33%57.25%-
XYZ23.8527.124.4-
YUV140.06121.19122.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=32.68%
G=35.87%
B=31.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461280.0900.120.43103.337.6353.73
Hex85928090C2B67836
Octal20522220011014531471066
Binary10000101100100101000000010010110010101111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859280; }

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

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

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

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

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

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

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

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