Html Css Color HEX #859249 Wasabi

📋 copy color: '#859249'

red 133 ◦ green 146 ◦ blue 73

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

Shades of Wasabi #859249

Tints of Wasabi #859249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 37.78%
G = 41.48%
B = 20.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#859249 (or 0x859249) is known color: Wasabi. HEX triplet: 85, 92 and 49. RGB value is (133,146,73). Sum of RGB (Red+Green+Blue) = 133+146+73=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #859249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859249 is #7A6DB6. Grayscale: #868686. Windows color (decimal): -8023479 or 4821637. OLE color: 4821637.

HSL color Cylindrical-coordinate representation of color #859249: hue angle of 70.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #859249 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 73 -
CMYK 0.09 0 0.5 0.43
HSL 70.68º 0.33% 0.43% -
HSV(B) 70.68º 0.5% 0.57% -
XYZ 21.15 26.03 10.21 -
YUV 133.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 133 146 73 0.09 0 0.5 0.43 70.68 0.33 0.43
Hex 85 92 49 9 0 32 2B 47 21 2B
Octal 205 222 111 11 0 62 53 107 41 53
Binary 10000101 10010010 1001001 1001 0 110010 101011 1000111 100001 101011

Color Harmonies of #859249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859249

Black with #859249

Text Example


Text Example

White with #859249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859249; }

 p { color: rgb(133,146,73); }

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

background-color css

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

 a { background-color: rgb(133,146,73); }

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

border-color css

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

 span { border-color: rgb(133,146,73); }

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