Html Css Color HEX #859254 Wasabi

📋 copy color: '#859254'

red 133 ◦ green 146 ◦ blue 84

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

Shades of Wasabi #859254

Tints of Wasabi #859254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 36.64%
G = 40.22%
B = 23.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#859254 (or 0x859254) is known color: Wasabi. HEX triplet: 85, 92 and 54. RGB value is (133,146,84). Sum of RGB (Red+Green+Blue) = 133+146+84=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #859254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859254 is #7A6DAB. Grayscale: #878787. Windows color (decimal): -8023468 or 5542533. OLE color: 5542533.

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

Color convert

RGB 133 146 84 -
CMYK 0.09 0 0.42 0.43
HSL 72.58º 0.27% 0.45% -
HSV(B) 72.58º 0.42% 0.57% -
XYZ 21.55 26.18 12.31 -
YUV 135.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 133 146 84 0.09 0 0.42 0.43 72.58 0.27 0.45
Hex 85 92 54 9 0 2A 2B 49 1B 2D
Octal 205 222 124 11 0 52 53 111 33 55
Binary 10000101 10010010 1010100 1001 0 101010 101011 1001001 11011 101101

Color Harmonies of #859254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859254

Black with #859254

Text Example


Text Example

White with #859254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859254; }

 p { color: rgb(133,146,84); }

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

background-color css

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

 a { background-color: rgb(133,146,84); }

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

border-color css

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

 span { border-color: rgb(133,146,84); }

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