Html Css Color HEX #869549 Wasabi

📋 copy color: '#869549'

red 134 ◦ green 149 ◦ blue 73

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

Shades of Wasabi #869549

Tints of Wasabi #869549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 37.64%
G = 41.85%
B = 20.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#869549 (or 0x869549) is known color: Wasabi. HEX triplet: 86, 95 and 49. RGB value is (134,149,73). Sum of RGB (Red+Green+Blue) = 134+149+73=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #869549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869549 is #796AB6. Grayscale: #888888. Windows color (decimal): -7957175 or 4822406. OLE color: 4822406.

HSL color Cylindrical-coordinate representation of color #869549: hue angle of 71.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #869549 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 73 -
CMYK 0.10 0 0.51 0.42
HSL 71.84º 0.34% 0.44% -
HSV(B) 71.84º 0.51% 0.58% -
XYZ 21.78 27.04 10.38 -
YUV 135.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 134 149 73 0.10 0 0.51 0.42 71.84 0.34 0.44
Hex 86 95 49 A 0 33 2A 48 22 2C
Octal 206 225 111 12 0 63 52 110 42 54
Binary 10000110 10010101 1001001 1010 0 110011 101010 1001000 100010 101100

Color Harmonies of #869549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869549

Black with #869549

Text Example


Text Example

White with #869549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869549; }

 p { color: rgb(134,149,73); }

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

background-color css

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

 a { background-color: rgb(134,149,73); }

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

border-color css

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

 span { border-color: rgb(134,149,73); }

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