Html Css Color HEX #88912F Wasabi

📋 copy color: '#88912F'

red 136 ◦ green 145 ◦ blue 47

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

Shades of Wasabi #88912F

Tints of Wasabi #88912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 41.46%
G = 44.21%
B = 14.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#88912F (or 0x88912F) is known color: Wasabi. HEX triplet: 88, 91 and 2F. RGB value is (136,145,47). Sum of RGB (Red+Green+Blue) = 136+145+47=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #88912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88912F is #776ED0. Grayscale: #838383. Windows color (decimal): -7827153 or 3117448. OLE color: 3117448.

HSL color Cylindrical-coordinate representation of color #88912F: hue angle of 65.51º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88912F is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 47 -
CMYK 0.06 0 0.68 0.43
HSL 65.51º 0.51% 0.38% -
HSV(B) 65.51º 0.68% 0.57% -
XYZ 20.79 25.69 6.55 -
YUV 131.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 136 145 47 0.06 0 0.68 0.43 65.51 0.51 0.38
Hex 88 91 2F 6 0 44 2B 42 33 26
Octal 210 221 57 6 0 104 53 102 63 46
Binary 10001000 10010001 101111 110 0 1000100 101011 1000010 110011 100110

Color Harmonies of #88912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88912F

Black with #88912F

Text Example


Text Example

White with #88912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88912F; }

 p { color: rgb(136,145,47); }

 H1.HeaderClassName
 {
   color: #88912F;
 }
 .AnyTagClassName
 {
   color: #88912F;
 }
</style>

background-color css

<style>
 a { background-color: #88912F; }

 a { background-color: rgb(136,145,47); }

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

border-color css

<style>
 span { border-color: #88912F; }

 span { border-color: rgb(136,145,47); }

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