Html Css Color HEX #859450 Wasabi

📋 copy color: '#859450'

red 133 ◦ green 148 ◦ blue 80

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

Shades of Wasabi #859450

Tints of Wasabi #859450

RGB

 RED value IS 133 (52.34% from 255) = 36.84%

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 36.84%
G = 41%
B = 22.16%

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

#859450 (or 0x859450) is known color: Wasabi. HEX triplet: 85, 94 and 50. RGB value is (133,148,80). Sum of RGB (Red+Green+Blue) = 133+148+80=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #859450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859450 is #7A6BAF. Grayscale: #888888. Windows color (decimal): -8022960 or 5280901. OLE color: 5280901.

HSL color Cylindrical-coordinate representation of color #859450: hue angle of 73.24º 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 #859450 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 80 -
CMYK 0.10 0 0.46 0.42
HSL 73.24º 0.3% 0.45% -
HSV(B) 73.24º 0.46% 0.58% -
XYZ 21.71 26.75 11.61 -
YUV 135.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 133 148 80 0.10 0 0.46 0.42 73.24 0.3 0.45
Hex 85 94 50 A 0 2E 2A 49 1E 2D
Octal 205 224 120 12 0 56 52 111 36 55
Binary 10000101 10010100 1010000 1010 0 101110 101010 1001001 11110 101101

Color Harmonies of #859450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859450

Black with #859450

Text Example


Text Example

White with #859450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859450; }

 p { color: rgb(133,148,80); }

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

background-color css

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

 a { background-color: rgb(133,148,80); }

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

border-color css

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

 span { border-color: rgb(133,148,80); }

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