#888A38

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

Shades of Wasabi #888A38

Tints of Wasabi #888A38

Color information

#888A38 (or 0x888A38) is unknown color: approx Wasabi. HEX triplet: 88, 8A and 38. RGB value is (136,138,56). Sum of RGB (Red+Green+Blue) = 136+138+56=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #888A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888A38 is #7775C7. Grayscale: #808080. Windows color (decimal): -7828936 or 3705480. OLE color: 3705480.

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

Color convert

RGB13613856-
CMYK0.0100.590.46
HSL61.46º42.27%38.04%-
HSV(B)61.46º59.42%54.12%-
XYZ19.9623.77.26-
YUV128.0587.34133.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=41.21%
G=41.82%
B=16.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136138560.0100.590.4661.4642.2738.04
Hex888A38103B2E3d2a26
Octal21021270107356755246
Binary100010001000101011100010111011101110111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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