Html Css Color HEX #849A48 Wasabi

📋 copy color: '#849A48'

red 132 ◦ green 154 ◦ blue 72

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

Shades of Wasabi #849A48

Tints of Wasabi #849A48

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

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

R = 36.87%
G = 43.02%
B = 20.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#849A48 (or 0x849A48) is known color: Wasabi. HEX triplet: 84, 9A and 48. RGB value is (132,154,72). Sum of RGB (Red+Green+Blue) = 132+154+72=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #849A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A48 is #7B65B7. Grayscale: #8A8A8A. Windows color (decimal): -8086968 or 4758148. OLE color: 4758148.

HSL color Cylindrical-coordinate representation of color #849A48: hue angle of 76.1º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #849A48 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 154 72 -
CMYK 0.14 0 0.53 0.40
HSL 76.1º 0.36% 0.44% -
HSV(B) 76.1º 0.53% 0.6% -
XYZ 22.24 28.48 10.46 -
YUV 138.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 132 154 72 0.14 0 0.53 0.40 76.1 0.36 0.44
Hex 84 9A 48 E 0 35 28 4C 24 2C
Octal 204 232 110 16 0 65 50 114 44 54
Binary 10000100 10011010 1001000 1110 0 110101 101000 1001100 100100 101100

Color Harmonies of #849A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A48

Black with #849A48

Text Example


Text Example

White with #849A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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