#888F81

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

Shades of Spanish Green #888F81

Tints of Spanish Green #888F81

Color information

#888F81 (or 0x888F81) is unknown color: approx Spanish Green. HEX triplet: 88, 8F and 81. RGB value is (136,143,129). Sum of RGB (Red+Green+Blue) = 136+143+129=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 143 - color contains mainly: green. Hex color #888F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F81 is #77707E. Grayscale: #8B8B8B. Windows color (decimal): -7827583 or 8490888. OLE color: 8490888.

HSL color Cylindrical-coordinate representation of color #888F81: hue angle of 90º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #888F81 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB136143129-
CMYK0.0500.100.44
HSL90º5.88%53.33%-
HSV(B)90º9.79%56.08%-
XYZ23.9426.4624.62-
YUV139.31122.18125.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=33.33%
G=35.05%
B=31.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431290.0500.100.44905.8853.33
Hex888F8150A2C5a635
Octal210217201501254132665
Binary100010001000111110000001101010101011001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F81; }

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

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

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

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

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

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

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

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