Html Css Color HEX #858940 Wasabi

📋 copy color: '#858940'

red 133 ◦ green 137 ◦ blue 64

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

Shades of Wasabi #858940

Tints of Wasabi #858940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 39.82%
G = 41.02%
B = 19.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#858940 (or 0x858940) is known color: Wasabi. HEX triplet: 85, 89 and 40. RGB value is (133,137,64). Sum of RGB (Red+Green+Blue) = 133+137+64=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #858940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858940 is #7A76BF. Grayscale: #7F7F7F. Windows color (decimal): -8025792 or 4229509. OLE color: 4229509.

HSL color Cylindrical-coordinate representation of color #858940: hue angle of 63.29º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #858940 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 64 -
CMYK 0.03 0 0.53 0.46
HSL 63.29º 0.36% 0.39% -
HSV(B) 63.29º 0.53% 0.54% -
XYZ 19.54 23.25 8.31 -
YUV 127.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 133 137 64 0.03 0 0.53 0.46 63.29 0.36 0.39
Hex 85 89 40 3 0 35 2E 3F 24 27
Octal 205 211 100 3 0 65 56 77 44 47
Binary 10000101 10001001 1000000 11 0 110101 101110 111111 100100 100111

Color Harmonies of #858940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858940

Black with #858940

Text Example


Text Example

White with #858940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858940; }

 p { color: rgb(133,137,64); }

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

background-color css

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

 a { background-color: rgb(133,137,64); }

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

border-color css

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

 span { border-color: rgb(133,137,64); }

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