Html Css Color HEX #858C3E Wasabi

📋 copy color: '#858C3E'

red 133 ◦ green 140 ◦ blue 62

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

Shades of Wasabi #858C3E

Tints of Wasabi #858C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 39.7%
G = 41.79%
B = 18.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#858C3E (or 0x858C3E) is known color: Wasabi. HEX triplet: 85, 8C and 3E. RGB value is (133,140,62). Sum of RGB (Red+Green+Blue) = 133+140+62=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #858C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C3E is #7A73C1. Grayscale: #818181. Windows color (decimal): -8025026 or 4099205. OLE color: 4099205.

HSL color Cylindrical-coordinate representation of color #858C3E: hue angle of 65.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #858C3E is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 62 -
CMYK 0.05 0 0.56 0.45
HSL 65.38º 0.39% 0.4% -
HSV(B) 65.38º 0.56% 0.55% -
XYZ 19.92 24.09 8.16 -
YUV 129.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 133 140 62 0.05 0 0.56 0.45 65.38 0.39 0.4
Hex 85 8C 3E 5 0 38 2D 41 27 28
Octal 205 214 76 5 0 70 55 101 47 50
Binary 10000101 10001100 111110 101 0 111000 101101 1000001 100111 101000

Color Harmonies of #858C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C3E

Black with #858C3E

Text Example


Text Example

White with #858C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,62); }

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

background-color css

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

 a { background-color: rgb(133,140,62); }

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

border-color css

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

 span { border-color: rgb(133,140,62); }

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