Html Css Color HEX #848D48 Wasabi

📋 copy color: '#848D48'

red 132 ◦ green 141 ◦ blue 72

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

Shades of Wasabi #848D48

Tints of Wasabi #848D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 38.26%
G = 40.87%
B = 20.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#848D48 (or 0x848D48) is known color: Wasabi. HEX triplet: 84, 8D and 48. RGB value is (132,141,72). Sum of RGB (Red+Green+Blue) = 132+141+72=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #848D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D48 is #7B72B7. Grayscale: #828282. Windows color (decimal): -8090296 or 4754820. OLE color: 4754820.

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

Color convert

RGB 132 141 72 -
CMYK 0.06 0 0.49 0.45
HSL 67.83º 0.32% 0.42% -
HSV(B) 67.83º 0.49% 0.55% -
XYZ 20.21 24.42 9.78 -
YUV 130.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 132 141 72 0.06 0 0.49 0.45 67.83 0.32 0.42
Hex 84 8D 48 6 0 31 2D 44 20 2A
Octal 204 215 110 6 0 61 55 104 40 52
Binary 10000100 10001101 1001000 110 0 110001 101101 1000100 100000 101010

Color Harmonies of #848D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D48

Black with #848D48

Text Example


Text Example

White with #848D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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