Html Css Color HEX #859051 Wasabi

📋 copy color: '#859051'

red 133 ◦ green 144 ◦ blue 81

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

Shades of Wasabi #859051

Tints of Wasabi #859051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 37.15%
G = 40.22%
B = 22.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#859051 (or 0x859051) is known color: Wasabi. HEX triplet: 85, 90 and 51. RGB value is (133,144,81). Sum of RGB (Red+Green+Blue) = 133+144+81=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #859051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859051 is #7A6FAE. Grayscale: #858585. Windows color (decimal): -8023983 or 5345413. OLE color: 5345413.

HSL color Cylindrical-coordinate representation of color #859051: hue angle of 70.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859051 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 81 -
CMYK 0.08 0 0.44 0.44
HSL 70.48º 0.28% 0.44% -
HSV(B) 70.48º 0.44% 0.56% -
XYZ 21.13 25.53 11.6 -
YUV 133.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 133 144 81 0.08 0 0.44 0.44 70.48 0.28 0.44
Hex 85 90 51 8 0 2C 2C 46 1C 2C
Octal 205 220 121 10 0 54 54 106 34 54
Binary 10000101 10010000 1010001 1000 0 101100 101100 1000110 11100 101100

Color Harmonies of #859051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859051

Black with #859051

Text Example


Text Example

White with #859051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859051; }

 p { color: rgb(133,144,81); }

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

background-color css

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

 a { background-color: rgb(133,144,81); }

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

border-color css

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

 span { border-color: rgb(133,144,81); }

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