Html Css Color HEX #858D44 Wasabi

📋 copy color: '#858D44'

red 133 ◦ green 141 ◦ blue 68

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

Shades of Wasabi #858D44

Tints of Wasabi #858D44

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 38.89%
G = 41.23%
B = 19.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#858D44 (or 0x858D44) is known color: Wasabi. HEX triplet: 85, 8D and 44. RGB value is (133,141,68). Sum of RGB (Red+Green+Blue) = 133+141+68=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #858D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D44 is #7A72BB. Grayscale: #828282. Windows color (decimal): -8024764 or 4492677. OLE color: 4492677.

HSL color Cylindrical-coordinate representation of color #858D44: hue angle of 66.58º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #858D44 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 68 -
CMYK 0.06 0 0.52 0.45
HSL 66.58º 0.35% 0.41% -
HSV(B) 66.58º 0.52% 0.55% -
XYZ 20.24 24.45 9.12 -
YUV 130.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 133 141 68 0.06 0 0.52 0.45 66.58 0.35 0.41
Hex 85 8D 44 6 0 34 2D 43 23 29
Octal 205 215 104 6 0 64 55 103 43 51
Binary 10000101 10001101 1000100 110 0 110100 101101 1000011 100011 101001

Color Harmonies of #858D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D44

Black with #858D44

Text Example


Text Example

White with #858D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,68); }

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

background-color css

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

 a { background-color: rgb(133,141,68); }

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

border-color css

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

 span { border-color: rgb(133,141,68); }

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