Html Css Color HEX #858A4B Wasabi

📋 copy color: '#858A4B'

red 133 ◦ green 138 ◦ blue 75

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

Shades of Wasabi #858A4B

Tints of Wasabi #858A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.88%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 38.44%
G = 39.88%
B = 21.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#858A4B (or 0x858A4B) is known color: Wasabi. HEX triplet: 85, 8A and 4B. RGB value is (133,138,75). Sum of RGB (Red+Green+Blue) = 133+138+75=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #858A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A4B is #7A75B4. Grayscale: #818181. Windows color (decimal): -8025525 or 4950661. OLE color: 4950661.

HSL color Cylindrical-coordinate representation of color #858A4B: hue angle of 64.76º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858A4B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 75 -
CMYK 0.04 0 0.46 0.46
HSL 64.76º 0.3% 0.42% -
HSV(B) 64.76º 0.46% 0.54% -
XYZ 20.03 23.67 10.17 -
YUV 129.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 133 138 75 0.04 0 0.46 0.46 64.76 0.3 0.42
Hex 85 8A 4B 4 0 2E 2E 41 1E 2A
Octal 205 212 113 4 0 56 56 101 36 52
Binary 10000101 10001010 1001011 100 0 101110 101110 1000001 11110 101010

Color Harmonies of #858A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A4B

Black with #858A4B

Text Example


Text Example

White with #858A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,75); }

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

background-color css

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

 a { background-color: rgb(133,138,75); }

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

border-color css

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

 span { border-color: rgb(133,138,75); }

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