Html Css Color HEX #849154 Wasabi

📋 copy color: '#849154'

red 132 ◦ green 145 ◦ blue 84

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

Shades of Wasabi #849154

Tints of Wasabi #849154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 36.57%
G = 40.17%
B = 23.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#849154 (or 0x849154) is known color: Wasabi. HEX triplet: 84, 91 and 54. RGB value is (132,145,84). Sum of RGB (Red+Green+Blue) = 132+145+84=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #849154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849154 is #7B6EAB. Grayscale: #868686. Windows color (decimal): -8089260 or 5542276. OLE color: 5542276.

HSL color Cylindrical-coordinate representation of color #849154: hue angle of 72.79º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #849154 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 84 -
CMYK 0.09 0 0.42 0.43
HSL 72.79º 0.27% 0.45% -
HSV(B) 72.79º 0.42% 0.57% -
XYZ 21.24 25.8 12.25 -
YUV 134.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 132 145 84 0.09 0 0.42 0.43 72.79 0.27 0.45
Hex 84 91 54 9 0 2A 2B 49 1B 2D
Octal 204 221 124 11 0 52 53 111 33 55
Binary 10000100 10010001 1010100 1001 0 101010 101011 1001001 11011 101101

Color Harmonies of #849154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849154

Black with #849154

Text Example


Text Example

White with #849154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849154; }

 p { color: rgb(132,145,84); }

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

background-color css

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

 a { background-color: rgb(132,145,84); }

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

border-color css

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

 span { border-color: rgb(132,145,84); }

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