#888B85

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

Shades of Spanish Green #888B85

Tints of Spanish Green #888B85

Color information

#888B85 (or 0x888B85) is unknown color: approx Spanish Green. HEX triplet: 88, 8B and 85. RGB value is (136,139,133). Sum of RGB (Red+Green+Blue) = 136+139+133=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #888B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B85 is #77747A. Grayscale: #898989. Windows color (decimal): -7828603 or 8752008. OLE color: 8752008.

HSL color Cylindrical-coordinate representation of color #888B85: hue angle of 90º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888B85 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB136139133-
CMYK0.0200.040.45
HSL90º2.52%53.33%-
HSV(B)90º4.32%54.51%-
XYZ23.6225.3925.85-
YUV137.42125.51126.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=33.33%
G=34.07%
B=32.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391330.0200.040.45902.5253.33
Hex888B852042D5a335
Octal21021320520455132365
Binary100010001000101110000101100100101101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,133); }

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

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

 a { background-color: rgb(136,139,133); }

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

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

 span { border-color: rgb(136,139,133); }

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