#888B41

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

Shades of Highball #888B41

Tints of Highball #888B41

Color information

#888B41 (or 0x888B41) is unknown color: approx Highball. HEX triplet: 88, 8B and 41. RGB value is (136,139,65). Sum of RGB (Red+Green+Blue) = 136+139+65=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #888B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B41 is #7774BE. Grayscale: #818181. Windows color (decimal): -7828671 or 4295560. OLE color: 4295560.

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

Color convert

RGB13613965-
CMYK0.0200.530.45
HSL62.43º36.27%40%-
HSV(B)62.43º53.24%54.51%-
XYZ20.3424.088.58-
YUV129.6791.51132.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=40%
G=40.88%
B=19.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139650.0200.530.4562.4336.2740
Hex888B4120352D3e2428
Octal210213101206555764450
Binary10001000100010111000001100110101101101111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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