#859281

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

Shades of Spanish Green #859281

Tints of Spanish Green #859281

Color information

#859281 (or 0x859281) is unknown color: approx Spanish Green. HEX triplet: 85, 92 and 81. RGB value is (133,146,129). Sum of RGB (Red+Green+Blue) = 133+146+129=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #859281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859281 is #7A6D7E. Grayscale: #8C8C8C. Windows color (decimal): -8023423 or 8491653. OLE color: 8491653.

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

Color convert

RGB133146129-
CMYK0.0900.120.43
HSL105.88º7.23%53.92%-
HSV(B)105.88º11.64%57.25%-
XYZ23.9127.1324.74-
YUV140.17121.69122.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=32.60%
G=35.78%
B=31.62%

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
Decimal1331461290.0900.120.43105.887.2353.92
Hex85928190C2B6a736
Octal2052222011101453152766
Binary1000010110010010100000011001011001010111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859281; }

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

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

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

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

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

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

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

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