Html Css Color HEX #88942D Wasabi

📋 copy color: '#88942D'

red 136 ◦ green 148 ◦ blue 45

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

Shades of Wasabi #88942D

Tints of Wasabi #88942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 41.34%
G = 44.98%
B = 13.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#88942D (or 0x88942D) is known color: Wasabi. HEX triplet: 88, 94 and 2D. RGB value is (136,148,45). Sum of RGB (Red+Green+Blue) = 136+148+45=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #88942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88942D is #776BD2. Grayscale: #858585. Windows color (decimal): -7826387 or 2987144. OLE color: 2987144.

HSL color Cylindrical-coordinate representation of color #88942D: hue angle of 66.99º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88942D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 45 -
CMYK 0.08 0 0.70 0.42
HSL 66.99º 0.53% 0.38% -
HSV(B) 66.99º 0.7% 0.58% -
XYZ 21.22 26.6 6.5 -
YUV 132.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 136 148 45 0.08 0 0.70 0.42 66.99 0.53 0.38
Hex 88 94 2D 8 0 46 2A 43 35 26
Octal 210 224 55 10 0 106 52 103 65 46
Binary 10001000 10010100 101101 1000 0 1000110 101010 1000011 110101 100110

Color Harmonies of #88942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88942D

Black with #88942D

Text Example


Text Example

White with #88942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88942D; }

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

 H1.HeaderClassName
 {
   color: #88942D;
 }
 .AnyTagClassName
 {
   color: #88942D;
 }
</style>

background-color css

<style>
 a { background-color: #88942D; }

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

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

border-color css

<style>
 span { border-color: #88942D; }

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

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