#88893A

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

Shades of Highball #88893A

Tints of Highball #88893A

Color information

#88893A (or 0x88893A) is unknown color: approx Highball. HEX triplet: 88, 89 and 3A. RGB value is (136,137,58). Sum of RGB (Red+Green+Blue) = 136+137+58=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #88893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88893A is #7776C5. Grayscale: #808080. Windows color (decimal): -7829190 or 3836296. OLE color: 3836296.

HSL color Cylindrical-coordinate representation of color #88893A: hue angle of 60.76º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88893A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13613758-
CMYK0.0100.580.46
HSL60.76º40.51%38.24%-
HSV(B)60.76º57.66%53.73%-
XYZ19.8623.437.48-
YUV127.788.67133.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=41.09%
G=41.39%
B=17.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137580.0100.580.4660.7640.5138.24
Hex88893A103A2E3d2926
Octal21021172107256755146
Binary100010001000100111101010111010101110111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88893A; }

 p { color: rgb(136,137,58); }

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

<style>
 a { background-color: #88893A; }

 a { background-color: rgb(136,137,58); }

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

<style>
 span { border-color: #88893A; }

 span { border-color: rgb(136,137,58); }

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