Html Css Color HEX #869550 Wasabi

📋 copy color: '#869550'

red 134 ◦ green 149 ◦ blue 80

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

Shades of Wasabi #869550

Tints of Wasabi #869550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 36.91%
G = 41.05%
B = 22.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#869550 (or 0x869550) is known color: Wasabi. HEX triplet: 86, 95 and 50. RGB value is (134,149,80). Sum of RGB (Red+Green+Blue) = 134+149+80=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #869550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869550 is #796AAF. Grayscale: #888888. Windows color (decimal): -7957168 or 5281158. OLE color: 5281158.

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

Color convert

RGB 134 149 80 -
CMYK 0.10 0 0.46 0.42
HSL 73.04º 0.3% 0.45% -
HSV(B) 73.04º 0.46% 0.58% -
XYZ 22.03 27.14 11.67 -
YUV 136.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 134 149 80 0.10 0 0.46 0.42 73.04 0.3 0.45
Hex 86 95 50 A 0 2E 2A 49 1E 2D
Octal 206 225 120 12 0 56 52 111 36 55
Binary 10000110 10010101 1010000 1010 0 101110 101010 1001001 11110 101101

Color Harmonies of #869550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869550

Black with #869550

Text Example


Text Example

White with #869550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869550; }

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

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

background-color css

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

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

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

border-color css

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

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

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