Html Css Color HEX #88944A Wasabi

📋 copy color: '#88944A'

red 136 ◦ green 148 ◦ blue 74

#88944A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #88944A

Tints of Wasabi #88944A

RGB

 RED value IS 136 (53.52% from 255) = 37.99%

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 37.99%
G = 41.34%
B = 20.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#88944A (or 0x88944A) is known color: Wasabi. HEX triplet: 88, 94 and 4A. RGB value is (136,148,74). Sum of RGB (Red+Green+Blue) = 136+148+74=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #88944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88944A is #776BB5. Grayscale: #888888. Windows color (decimal): -7826358 or 4887688. OLE color: 4887688.

HSL color Cylindrical-coordinate representation of color #88944A: hue angle of 69.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88944A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 74 -
CMYK 0.08 0 0.50 0.42
HSL 69.73º 0.33% 0.44% -
HSV(B) 69.73º 0.5% 0.58% -
XYZ 21.98 26.91 10.51 -
YUV 135.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 136 148 74 0.08 0 0.50 0.42 69.73 0.33 0.44
Hex 88 94 4A 8 0 32 2A 46 21 2C
Octal 210 224 112 10 0 62 52 106 41 54
Binary 10001000 10010100 1001010 1000 0 110010 101010 1000110 100001 101100

Color Harmonies of #88944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88944A

Black with #88944A

Text Example


Text Example

White with #88944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,148,74); }

 H1.HeaderClassName
 {
   color: #88944A;
 }
 .AnyTagClassName
 {
   color: #88944A;
 }
</style>

background-color css

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

 a { background-color: rgb(136,148,74); }

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

border-color css

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

 span { border-color: rgb(136,148,74); }

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