Html Css Color HEX #859332 Wasabi

📋 copy color: '#859332'

red 133 ◦ green 147 ◦ blue 50

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

Shades of Wasabi #859332

Tints of Wasabi #859332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 40.3%
G = 44.55%
B = 15.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#859332 (or 0x859332) is known color: Wasabi. HEX triplet: 85, 93 and 32. RGB value is (133,147,50). Sum of RGB (Red+Green+Blue) = 133+147+50=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #859332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859332 is #7A6CCD. Grayscale: #848484. Windows color (decimal): -8023246 or 3314565. OLE color: 3314565.

HSL color Cylindrical-coordinate representation of color #859332: hue angle of 68.66º 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 #859332 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 50 -
CMYK 0.10 0 0.66 0.42
HSL 68.66º 0.49% 0.39% -
HSV(B) 68.66º 0.66% 0.58% -
XYZ 20.68 26.08 6.96 -
YUV 131.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 133 147 50 0.10 0 0.66 0.42 68.66 0.49 0.39
Hex 85 93 32 A 0 42 2A 45 31 27
Octal 205 223 62 12 0 102 52 105 61 47
Binary 10000101 10010011 110010 1010 0 1000010 101010 1000101 110001 100111

Color Harmonies of #859332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859332

Black with #859332

Text Example


Text Example

White with #859332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859332; }

 p { color: rgb(133,147,50); }

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

background-color css

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

 a { background-color: rgb(133,147,50); }

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

border-color css

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

 span { border-color: rgb(133,147,50); }

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