#888D83

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

Shades of Spanish Green #888D83

Tints of Spanish Green #888D83

Color information

#888D83 (or 0x888D83) is unknown color: approx Spanish Green. HEX triplet: 88, 8D and 83. RGB value is (136,141,131). Sum of RGB (Red+Green+Blue) = 136+141+131=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #888D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D83 is #77727C. Grayscale: #8A8A8A. Windows color (decimal): -7828093 or 8621448. OLE color: 8621448.

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

Color convert

RGB136141131-
CMYK0.0400.070.45
HSL90º4.2%53.33%-
HSV(B)90º7.09%55.29%-
XYZ23.7725.9225.22-
YUV138.36123.84126.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=33.33%
G=34.56%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361411310.0400.070.45904.253.33
Hex888D834072D5a435
Octal21021520340755132465
Binary10001000100011011000001110001111011011011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,141,131); }

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

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

 a { background-color: rgb(136,141,131); }

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

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

 span { border-color: rgb(136,141,131); }

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