Html Css Color HEX #859053 Wasabi

📋 copy color: '#859053'

red 133 ◦ green 144 ◦ blue 83

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

Shades of Wasabi #859053

Tints of Wasabi #859053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.06%

R = 36.94%
G = 40%
B = 23.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#859053 (or 0x859053) is known color: Wasabi. HEX triplet: 85, 90 and 53. RGB value is (133,144,83). Sum of RGB (Red+Green+Blue) = 133+144+83=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #859053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859053 is #7A6FAC. Grayscale: #858585. Windows color (decimal): -8023981 or 5476485. OLE color: 5476485.

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

Color convert

RGB 133 144 83 -
CMYK 0.08 0 0.42 0.44
HSL 70.82º 0.27% 0.45% -
HSV(B) 70.82º 0.42% 0.56% -
XYZ 21.21 25.56 12 -
YUV 133.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 133 144 83 0.08 0 0.42 0.44 70.82 0.27 0.45
Hex 85 90 53 8 0 2A 2C 47 1B 2D
Octal 205 220 123 10 0 52 54 107 33 55
Binary 10000101 10010000 1010011 1000 0 101010 101100 1000111 11011 101101

Color Harmonies of #859053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859053

Black with #859053

Text Example


Text Example

White with #859053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859053; }

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

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

background-color css

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

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

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

border-color css

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

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

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