Html Css Color HEX #858E52 Wasabi

📋 copy color: '#858E52'

red 133 ◦ green 142 ◦ blue 82

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

Shades of Wasabi #858E52

Tints of Wasabi #858E52

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 37.25%
G = 39.78%
B = 22.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#858E52 (or 0x858E52) is known color: Wasabi. HEX triplet: 85, 8E and 52. RGB value is (133,142,82). Sum of RGB (Red+Green+Blue) = 133+142+82=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #858E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E52 is #7A71AD. Grayscale: #848484. Windows color (decimal): -8024494 or 5410437. OLE color: 5410437.

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

Color convert

RGB 133 142 82 -
CMYK 0.06 0 0.42 0.44
HSL 69º 0.27% 0.44% -
HSV(B) 69º 0.42% 0.56% -
XYZ 20.87 24.94 11.7 -
YUV 132.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 133 142 82 0.06 0 0.42 0.44 69 0.27 0.44
Hex 85 8E 52 6 0 2A 2C 45 1B 2C
Octal 205 216 122 6 0 52 54 105 33 54
Binary 10000101 10001110 1010010 110 0 101010 101100 1000101 11011 101100

Color Harmonies of #858E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E52

Black with #858E52

Text Example


Text Example

White with #858E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E52; }

 p { color: rgb(133,142,82); }

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

background-color css

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

 a { background-color: rgb(133,142,82); }

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

border-color css

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

 span { border-color: rgb(133,142,82); }

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