Html Css Color HEX #858B4E Wasabi

📋 copy color: '#858B4E'

red 133 ◦ green 139 ◦ blue 78

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

Shades of Wasabi #858B4E

Tints of Wasabi #858B4E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 38%
G = 39.71%
B = 22.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#858B4E (or 0x858B4E) is known color: Wasabi. HEX triplet: 85, 8B and 4E. RGB value is (133,139,78). Sum of RGB (Red+Green+Blue) = 133+139+78=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #858B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B4E is #7A74B1. Grayscale: #828282. Windows color (decimal): -8025266 or 5147525. OLE color: 5147525.

HSL color Cylindrical-coordinate representation of color #858B4E: hue angle of 65.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858B4E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 78 -
CMYK 0.04 0 0.44 0.45
HSL 65.9º 0.28% 0.43% -
HSV(B) 65.9º 0.44% 0.55% -
XYZ 20.28 24 10.77 -
YUV 130.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 133 139 78 0.04 0 0.44 0.45 65.9 0.28 0.43
Hex 85 8B 4E 4 0 2C 2D 42 1C 2B
Octal 205 213 116 4 0 54 55 102 34 53
Binary 10000101 10001011 1001110 100 0 101100 101101 1000010 11100 101011

Color Harmonies of #858B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B4E

Black with #858B4E

Text Example


Text Example

White with #858B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,78); }

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

background-color css

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

 a { background-color: rgb(133,139,78); }

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

border-color css

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

 span { border-color: rgb(133,139,78); }

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