Html Css Color HEX #868D32 Wasabi

📋 copy color: '#868D32'

red 134 ◦ green 141 ◦ blue 50

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

Shades of Wasabi #868D32

Tints of Wasabi #868D32

RGB

 RED value IS 134 (52.73% from 255) = 41.23%

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 41.23%
G = 43.38%
B = 15.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#868D32 (or 0x868D32) is known color: Wasabi. HEX triplet: 86, 8D and 32. RGB value is (134,141,50). Sum of RGB (Red+Green+Blue) = 134+141+50=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #868D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868D32 is #7972CD. Grayscale: #808080. Windows color (decimal): -7959246 or 3313030. OLE color: 3313030.

HSL color Cylindrical-coordinate representation of color #868D32: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #868D32 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 141 50 -
CMYK 0.05 0 0.65 0.45
HSL 64.62º 0.48% 0.37% -
HSV(B) 64.62º 0.65% 0.55% -
XYZ 19.93 24.35 6.67 -
YUV 128.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 134 141 50 0.05 0 0.65 0.45 64.62 0.48 0.37
Hex 86 8D 32 5 0 41 2D 41 30 25
Octal 206 215 62 5 0 101 55 101 60 45
Binary 10000110 10001101 110010 101 0 1000001 101101 1000001 110000 100101

Color Harmonies of #868D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868D32

Black with #868D32

Text Example


Text Example

White with #868D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868D32; }

 p { color: rgb(134,141,50); }

 H1.HeaderClassName
 {
   color: #868D32;
 }
 .AnyTagClassName
 {
   color: #868D32;
 }
</style>

background-color css

<style>
 a { background-color: #868D32; }

 a { background-color: rgb(134,141,50); }

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

border-color css

<style>
 span { border-color: #868D32; }

 span { border-color: rgb(134,141,50); }

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