Html Css Color HEX #858C31 Wasabi

📋 copy color: '#858C31'

red 133 ◦ green 140 ◦ blue 49

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

Shades of Wasabi #858C31

Tints of Wasabi #858C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 41.3%
G = 43.48%
B = 15.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#858C31 (or 0x858C31) is known color: Wasabi. HEX triplet: 85, 8C and 31. RGB value is (133,140,49). Sum of RGB (Red+Green+Blue) = 133+140+49=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #858C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C31 is #7A73CE. Grayscale: #7F7F7F. Windows color (decimal): -8025039 or 3247237. OLE color: 3247237.

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

Color convert

RGB 133 140 49 -
CMYK 0.05 0 0.65 0.45
HSL 64.62º 0.48% 0.37% -
HSV(B) 64.62º 0.65% 0.55% -
XYZ 19.61 23.96 6.5 -
YUV 127.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 133 140 49 0.05 0 0.65 0.45 64.62 0.48 0.37
Hex 85 8C 31 5 0 41 2D 41 30 25
Octal 205 214 61 5 0 101 55 101 60 45
Binary 10000101 10001100 110001 101 0 1000001 101101 1000001 110000 100101

Color Harmonies of #858C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C31

Black with #858C31

Text Example


Text Example

White with #858C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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