Html Css Color HEX #869332 Wasabi

📋 copy color: '#869332'

red 134 ◦ green 147 ◦ blue 50

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

Shades of Wasabi #869332

Tints of Wasabi #869332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 40.48%
G = 44.41%
B = 15.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#869332 (or 0x869332) is known color: Wasabi. HEX triplet: 86, 93 and 32. RGB value is (134,147,50). Sum of RGB (Red+Green+Blue) = 134+147+50=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #869332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869332 is #796CCD. Grayscale: #848484. Windows color (decimal): -7957710 or 3314566. OLE color: 3314566.

HSL color Cylindrical-coordinate representation of color #869332: hue angle of 68.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #869332 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 50 -
CMYK 0.09 0 0.66 0.42
HSL 68.04º 0.49% 0.39% -
HSV(B) 68.04º 0.66% 0.58% -
XYZ 20.84 26.17 6.97 -
YUV 132.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 134 147 50 0.09 0 0.66 0.42 68.04 0.49 0.39
Hex 86 93 32 9 0 42 2A 44 31 27
Octal 206 223 62 11 0 102 52 104 61 47
Binary 10000110 10010011 110010 1001 0 1000010 101010 1000100 110001 100111

Color Harmonies of #869332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869332

Black with #869332

Text Example


Text Example

White with #869332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869332; }

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

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

background-color css

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

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

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

border-color css

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

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

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