Html Css Color HEX #858B35 Wasabi

📋 copy color: '#858B35'

red 133 ◦ green 139 ◦ blue 53

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

Shades of Wasabi #858B35

Tints of Wasabi #858B35

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 40.92%
G = 42.77%
B = 16.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#858B35 (or 0x858B35) is known color: Wasabi. HEX triplet: 85, 8B and 35. RGB value is (133,139,53). Sum of RGB (Red+Green+Blue) = 133+139+53=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #858B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B35 is #7A74CA. Grayscale: #7F7F7F. Windows color (decimal): -8025291 or 3509125. OLE color: 3509125.

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

Color convert

RGB 133 139 53 -
CMYK 0.04 0 0.62 0.45
HSL 64.19º 0.45% 0.38% -
HSV(B) 64.19º 0.62% 0.55% -
XYZ 19.55 23.71 6.91 -
YUV 127.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 133 139 53 0.04 0 0.62 0.45 64.19 0.45 0.38
Hex 85 8B 35 4 0 3E 2D 40 2D 26
Octal 205 213 65 4 0 76 55 100 55 46
Binary 10000101 10001011 110101 100 0 111110 101101 1000000 101101 100110

Color Harmonies of #858B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B35

Black with #858B35

Text Example


Text Example

White with #858B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,53); }

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

background-color css

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

 a { background-color: rgb(133,139,53); }

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

border-color css

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

 span { border-color: rgb(133,139,53); }

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