Html Css Color HEX #858935 Wasabi

📋 copy color: '#858935'

red 133 ◦ green 137 ◦ blue 53

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

Shades of Wasabi #858935

Tints of Wasabi #858935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 41.18%
G = 42.41%
B = 16.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#858935 (or 0x858935) is known color: Wasabi. HEX triplet: 85, 89 and 35. RGB value is (133,137,53). Sum of RGB (Red+Green+Blue) = 133+137+53=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #858935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858935 is #7A76CA. Grayscale: #7E7E7E. Windows color (decimal): -8025803 or 3508613. OLE color: 3508613.

HSL color Cylindrical-coordinate representation of color #858935: hue angle of 62.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #858935 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 53 -
CMYK 0.03 0 0.61 0.46
HSL 62.86º 0.44% 0.37% -
HSV(B) 62.86º 0.61% 0.54% -
XYZ 19.26 23.13 6.82 -
YUV 126.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 133 137 53 0.03 0 0.61 0.46 62.86 0.44 0.37
Hex 85 89 35 3 0 3D 2E 3F 2C 25
Octal 205 211 65 3 0 75 56 77 54 45
Binary 10000101 10001001 110101 11 0 111101 101110 111111 101100 100101

Color Harmonies of #858935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858935

Black with #858935

Text Example


Text Example

White with #858935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858935; }

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

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

background-color css

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

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

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

border-color css

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

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

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