Html Css Color HEX #859538 Wasabi

📋 copy color: '#859538'

red 133 ◦ green 149 ◦ blue 56

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

Shades of Wasabi #859538

Tints of Wasabi #859538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 39.35%
G = 44.08%
B = 16.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#859538 (or 0x859538) is known color: Wasabi. HEX triplet: 85, 95 and 38. RGB value is (133,149,56). Sum of RGB (Red+Green+Blue) = 133+149+56=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #859538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859538 is #7A6AC7. Grayscale: #858585. Windows color (decimal): -8022728 or 3708293. OLE color: 3708293.

HSL color Cylindrical-coordinate representation of color #859538: hue angle of 70.32º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859538 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 56 -
CMYK 0.11 0 0.62 0.42
HSL 70.32º 0.45% 0.4% -
HSV(B) 70.32º 0.62% 0.58% -
XYZ 21.13 26.77 7.79 -
YUV 133.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 133 149 56 0.11 0 0.62 0.42 70.32 0.45 0.4
Hex 85 95 38 B 0 3E 2A 46 2D 28
Octal 205 225 70 13 0 76 52 106 55 50
Binary 10000101 10010101 111000 1011 0 111110 101010 1000110 101101 101000

Color Harmonies of #859538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859538

Black with #859538

Text Example


Text Example

White with #859538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859538; }

 p { color: rgb(133,149,56); }

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

background-color css

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

 a { background-color: rgb(133,149,56); }

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

border-color css

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

 span { border-color: rgb(133,149,56); }

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