Html Css Color HEX #88934B Wasabi

📋 copy color: '#88934B'

red 136 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #88934B

Tints of Wasabi #88934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 37.99%
G = 41.06%
B = 20.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#88934B (or 0x88934B) is known color: Wasabi. HEX triplet: 88, 93 and 4B. RGB value is (136,147,75). Sum of RGB (Red+Green+Blue) = 136+147+75=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #88934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88934B is #776CB4. Grayscale: #878787. Windows color (decimal): -7826613 or 4952968. OLE color: 4952968.

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

Color convert

RGB 136 147 75 -
CMYK 0.07 0 0.49 0.42
HSL 69.17º 0.32% 0.44% -
HSV(B) 69.17º 0.49% 0.58% -
XYZ 21.86 26.61 10.64 -
YUV 135.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 136 147 75 0.07 0 0.49 0.42 69.17 0.32 0.44
Hex 88 93 4B 7 0 31 2A 45 20 2C
Octal 210 223 113 7 0 61 52 105 40 54
Binary 10001000 10010011 1001011 111 0 110001 101010 1000101 100000 101100

Color Harmonies of #88934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88934B

Black with #88934B

Text Example


Text Example

White with #88934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88934B;
 }
 .AnyTagClassName
 {
   color: #88934B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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