Html Css Color HEX #88952E Wasabi

📋 copy color: '#88952E'

red 136 ◦ green 149 ◦ blue 46

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

Shades of Wasabi #88952E

Tints of Wasabi #88952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 46 (18.36% from 255) = 13.9%

R = 41.09%
G = 45.02%
B = 13.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#88952E (or 0x88952E) is known color: Wasabi. HEX triplet: 88, 95 and 2E. RGB value is (136,149,46). Sum of RGB (Red+Green+Blue) = 136+149+46=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #88952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88952E is #776AD1. Grayscale: #858585. Windows color (decimal): -7826130 or 3052936. OLE color: 3052936.

HSL color Cylindrical-coordinate representation of color #88952E: hue angle of 67.57º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88952E is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 46 -
CMYK 0.09 0 0.69 0.42
HSL 67.57º 0.53% 0.38% -
HSV(B) 67.57º 0.69% 0.58% -
XYZ 21.39 26.93 6.65 -
YUV 133.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 136 149 46 0.09 0 0.69 0.42 67.57 0.53 0.38
Hex 88 95 2E 9 0 45 2A 44 35 26
Octal 210 225 56 11 0 105 52 104 65 46
Binary 10001000 10010101 101110 1001 0 1000101 101010 1000100 110101 100110

Color Harmonies of #88952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88952E

Black with #88952E

Text Example


Text Example

White with #88952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88952E; }

 p { color: rgb(136,149,46); }

 H1.HeaderClassName
 {
   color: #88952E;
 }
 .AnyTagClassName
 {
   color: #88952E;
 }
</style>

background-color css

<style>
 a { background-color: #88952E; }

 a { background-color: rgb(136,149,46); }

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

border-color css

<style>
 span { border-color: #88952E; }

 span { border-color: rgb(136,149,46); }

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