Html Css Color HEX #858C34 Wasabi

📋 copy color: '#858C34'

red 133 ◦ green 140 ◦ blue 52

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

Shades of Wasabi #858C34

Tints of Wasabi #858C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 40.92%
G = 43.08%
B = 16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#858C34 (or 0x858C34) is known color: Wasabi. HEX triplet: 85, 8C and 34. RGB value is (133,140,52). Sum of RGB (Red+Green+Blue) = 133+140+52=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #858C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C34 is #7A73CB. Grayscale: #808080. Windows color (decimal): -8025036 or 3443845. OLE color: 3443845.

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

Color convert

RGB 133 140 52 -
CMYK 0.05 0 0.63 0.45
HSL 64.77º 0.46% 0.38% -
HSV(B) 64.77º 0.63% 0.55% -
XYZ 19.67 23.99 6.84 -
YUV 127.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 133 140 52 0.05 0 0.63 0.45 64.77 0.46 0.38
Hex 85 8C 34 5 0 3F 2D 41 2E 26
Octal 205 214 64 5 0 77 55 101 56 46
Binary 10000101 10001100 110100 101 0 111111 101101 1000001 101110 100110

Color Harmonies of #858C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C34

Black with #858C34

Text Example


Text Example

White with #858C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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