Html Css Color HEX #868832 Wasabi

📋 copy color: '#868832'

red 134 ◦ green 136 ◦ blue 50

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

Shades of Wasabi #868832

Tints of Wasabi #868832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 41.88%
G = 42.5%
B = 15.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#868832 (or 0x868832) is known color: Wasabi. HEX triplet: 86, 88 and 32. RGB value is (134,136,50). Sum of RGB (Red+Green+Blue) = 134+136+50=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #868832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868832 is #7977CD. Grayscale: #7D7D7D. Windows color (decimal): -7960526 or 3311750. OLE color: 3311750.

HSL color Cylindrical-coordinate representation of color #868832: hue angle of 61.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868832 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 136 50 -
CMYK 0.01 0 0.63 0.47
HSL 61.4º 0.46% 0.36% -
HSV(B) 61.4º 0.63% 0.53% -
XYZ 19.21 22.91 6.43 -
YUV 125.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 134 136 50 0.01 0 0.63 0.47 61.4 0.46 0.36
Hex 86 88 32 1 0 3F 2F 3D 2E 24
Octal 206 210 62 1 0 77 57 75 56 44
Binary 10000110 10001000 110010 1 0 111111 101111 111101 101110 100100

Color Harmonies of #868832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868832

Black with #868832

Text Example


Text Example

White with #868832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868832; }

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

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

background-color css

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

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

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

border-color css

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

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

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