#889281

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

Shades of Spanish Green #889281

Tints of Spanish Green #889281

Color information

#889281 (or 0x889281) is unknown color: approx Spanish Green. HEX triplet: 88, 92 and 81. RGB value is (136,146,129). Sum of RGB (Red+Green+Blue) = 136+146+129=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #889281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889281 is #776D7E. Grayscale: #8D8D8D. Windows color (decimal): -7826815 or 8491656. OLE color: 8491656.

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

Color convert

RGB136146129-
CMYK0.0700.120.43
HSL95.29º7.23%53.92%-
HSV(B)95.29º11.64%57.25%-
XYZ24.3927.3824.77-
YUV141.07121.19124.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=33.09%
G=35.52%
B=31.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461290.0700.120.4395.297.2353.92
Hex88928170C2B5f736
Octal210222201701453137766
Binary100010001001001010000001111011001010111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889281; }

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

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

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

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

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

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

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

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