#888A50

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

Shades of Highball #888A50

Tints of Highball #888A50

Color information

#888A50 (or 0x888A50) is unknown color: approx Highball. HEX triplet: 88, 8A and 50. RGB value is (136,138,80). Sum of RGB (Red+Green+Blue) = 136+138+80=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #888A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A50 is #7775AF. Grayscale: #838383. Windows color (decimal): -7828912 or 5278344. OLE color: 5278344.

HSL color Cylindrical-coordinate representation of color #888A50: hue angle of 62.07º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888A50 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13613880-
CMYK0.0100.420.46
HSL62.07º26.61%42.75%-
HSV(B)62.07º42.03%54.12%-
XYZ20.6923.9911.13-
YUV130.7999.34131.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=38.42%
G=38.98%
B=22.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136138800.0100.420.4662.0726.6142.75
Hex888A50102A2E3e1b2b
Octal210212120105256763353
Binary100010001000101010100001010101010111011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,80); }

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

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

 a { background-color: rgb(136,138,80); }

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

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

 span { border-color: rgb(136,138,80); }

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