Html Css Color HEX #88922F Wasabi

📋 copy color: '#88922F'

red 136 ◦ green 146 ◦ blue 47

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

Shades of Wasabi #88922F

Tints of Wasabi #88922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

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

R = 41.34%
G = 44.38%
B = 14.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#88922F (or 0x88922F) is known color: Wasabi. HEX triplet: 88, 92 and 2F. RGB value is (136,146,47). Sum of RGB (Red+Green+Blue) = 136+146+47=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #88922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88922F is #776DD0. Grayscale: #848484. Windows color (decimal): -7826897 or 3117704. OLE color: 3117704.

HSL color Cylindrical-coordinate representation of color #88922F: hue angle of 66.06º 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 #88922F is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 47 -
CMYK 0.07 0 0.68 0.43
HSL 66.06º 0.51% 0.38% -
HSV(B) 66.06º 0.68% 0.57% -
XYZ 20.95 26 6.6 -
YUV 131.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 136 146 47 0.07 0 0.68 0.43 66.06 0.51 0.38
Hex 88 92 2F 7 0 44 2B 42 33 26
Octal 210 222 57 7 0 104 53 102 63 46
Binary 10001000 10010010 101111 111 0 1000100 101011 1000010 110011 100110

Color Harmonies of #88922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88922F

Black with #88922F

Text Example


Text Example

White with #88922F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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