Html Css Color HEX #859533 Wasabi

📋 copy color: '#859533'

red 133 ◦ green 149 ◦ blue 51

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

Shades of Wasabi #859533

Tints of Wasabi #859533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 39.94%
G = 44.74%
B = 15.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#859533 (or 0x859533) is known color: Wasabi. HEX triplet: 85, 95 and 33. RGB value is (133,149,51). Sum of RGB (Red+Green+Blue) = 133+149+51=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #859533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859533 is #7A6ACC. Grayscale: #858585. Windows color (decimal): -8022733 or 3380613. OLE color: 3380613.

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

Color convert

RGB 133 149 51 -
CMYK 0.11 0 0.66 0.42
HSL 69.8º 0.49% 0.39% -
HSV(B) 69.8º 0.66% 0.58% -
XYZ 21.02 26.72 7.18 -
YUV 133.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 133 149 51 0.11 0 0.66 0.42 69.8 0.49 0.39
Hex 85 95 33 B 0 42 2A 46 31 27
Octal 205 225 63 13 0 102 52 106 61 47
Binary 10000101 10010101 110011 1011 0 1000010 101010 1000110 110001 100111

Color Harmonies of #859533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859533

Black with #859533

Text Example


Text Example

White with #859533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859533; }

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

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

background-color css

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

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

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

border-color css

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

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

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