Html Css Color HEX #848D32 Wasabi

📋 copy color: '#848D32'

red 132 ◦ green 141 ◦ blue 50

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

Shades of Wasabi #848D32

Tints of Wasabi #848D32

RGB

 RED value IS 132 (51.95% from 255) = 40.87%

 GREEN value IS 141 (55.47% from 255) = 43.65%

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

R = 40.87%
G = 43.65%
B = 15.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#848D32 (or 0x848D32) is known color: Wasabi. HEX triplet: 84, 8D and 32. RGB value is (132,141,50). Sum of RGB (Red+Green+Blue) = 132+141+50=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #848D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D32 is #7B72CD. Grayscale: #808080. Windows color (decimal): -8090318 or 3313028. OLE color: 3313028.

HSL color Cylindrical-coordinate representation of color #848D32: hue angle of 65.93º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #848D32 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 50 -
CMYK 0.06 0 0.65 0.45
HSL 65.93º 0.48% 0.37% -
HSV(B) 65.93º 0.65% 0.55% -
XYZ 19.62 24.19 6.65 -
YUV 127.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 132 141 50 0.06 0 0.65 0.45 65.93 0.48 0.37
Hex 84 8D 32 6 0 41 2D 42 30 25
Octal 204 215 62 6 0 101 55 102 60 45
Binary 10000100 10001101 110010 110 0 1000001 101101 1000010 110000 100101

Color Harmonies of #848D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D32

Black with #848D32

Text Example


Text Example

White with #848D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848D32; }

 p { color: rgb(132,141,50); }

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

background-color css

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

 a { background-color: rgb(132,141,50); }

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

border-color css

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

 span { border-color: rgb(132,141,50); }

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