#888B30

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

Shades of Wasabi #888B30

Tints of Wasabi #888B30

Color information

#888B30 (or 0x888B30) is unknown color: approx Wasabi. HEX triplet: 88, 8B and 30. RGB value is (136,139,48). Sum of RGB (Red+Green+Blue) = 136+139+48=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #888B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B30 is #7774CF. Grayscale: #808080. Windows color (decimal): -7828688 or 3181448. OLE color: 3181448.

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

Color convert

RGB13613948-
CMYK0.0200.650.45
HSL61.98º48.66%36.67%-
HSV(B)61.98º65.47%54.51%-
XYZ19.9223.916.36-
YUV127.7383.01133.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=42.11%
G=43.03%
B=14.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139480.0200.650.4561.9848.6636.67
Hex888B3020412D3e3125
Octal210213602010155766145
Binary10001000100010111100001001000001101101111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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