#88924B

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

Shades of Wasabi #88924B

Tints of Wasabi #88924B

Color information

#88924B (or 0x88924B) is unknown color: approx Wasabi. HEX triplet: 88, 92 and 4B. RGB value is (136,146,75). Sum of RGB (Red+Green+Blue) = 136+146+75=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #88924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88924B is #776DB4. Grayscale: #878787. Windows color (decimal): -7826869 or 4952712. OLE color: 4952712.

HSL color Cylindrical-coordinate representation of color #88924B: hue angle of 68.45º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88924B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB13614675-
CMYK0.0700.490.43
HSL68.45º32.13%43.33%-
HSV(B)68.45º48.63%57.25%-
XYZ21.726.310.59-
YUV134.9294.19128.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=38.10%
G=40.90%
B=21.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146750.0700.490.4368.4532.1343.33
Hex88924B70312B44202b
Octal2102221137061531044053
Binary1000100010010010100101111101100011010111000100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88924B; }

 p { color: rgb(136,146,75); }

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

<style>
 a { background-color: #88924B; }

 a { background-color: rgb(136,146,75); }

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

<style>
 span { border-color: #88924B; }

 span { border-color: rgb(136,146,75); }

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