Html Css Color HEX #888E85 Spanish Green

📋 copy color: '#888E85'

red 136 ◦ green 142 ◦ blue 133

#888E85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #888E85

Tints of Spanish Green #888E85

RGB

 RED value IS 136 (53.52% from 255) = 33.09%

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 33.09%
G = 34.55%
B = 32.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#888E85 (or 0x888E85) is known color: Spanish Green. HEX triplet: 88, 8E and 85. RGB value is (136,142,133). Sum of RGB (Red+Green+Blue) = 136+142+133=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 142 - color contains mainly: green. Hex color #888E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E85 is #77717A. Grayscale: #8B8B8B. Windows color (decimal): -7827835 or 8752776. OLE color: 8752776.

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

Color convert

RGB 136 142 133 -
CMYK 0.04 0 0.06 0.44
HSL 100º 0.04% 0.54% -
HSV(B) 100º 0.06% 0.56% -
XYZ 24.06 26.27 25.99 -
YUV 139.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 136 142 133 0.04 0 0.06 0.44 100 0.04 0.54
Hex 88 8E 85 4 0 6 2C 64 4 36
Octal 210 216 205 4 0 6 54 144 4 66
Binary 10001000 10001110 10000101 100 0 110 101100 1100100 100 110110

Color Harmonies of #888E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E85

Black with #888E85

Text Example


Text Example

White with #888E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #888E85;
 }
 .AnyTagClassName
 {
   color: #888E85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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