Html Css Color HEX #849051 Wasabi

📋 copy color: '#849051'

red 132 ◦ green 144 ◦ blue 81

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

Shades of Wasabi #849051

Tints of Wasabi #849051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 36.97%
G = 40.34%
B = 22.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#849051 (or 0x849051) is known color: Wasabi. HEX triplet: 84, 90 and 51. RGB value is (132,144,81). Sum of RGB (Red+Green+Blue) = 132+144+81=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #849051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849051 is #7B6FAE. Grayscale: #858585. Windows color (decimal): -8089519 or 5345412. OLE color: 5345412.

HSL color Cylindrical-coordinate representation of color #849051: hue angle of 71.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849051 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 81 -
CMYK 0.08 0 0.44 0.44
HSL 71.43º 0.28% 0.44% -
HSV(B) 71.43º 0.44% 0.56% -
XYZ 20.97 25.45 11.59 -
YUV 133.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 132 144 81 0.08 0 0.44 0.44 71.43 0.28 0.44
Hex 84 90 51 8 0 2C 2C 47 1C 2C
Octal 204 220 121 10 0 54 54 107 34 54
Binary 10000100 10010000 1010001 1000 0 101100 101100 1000111 11100 101100

Color Harmonies of #849051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849051

Black with #849051

Text Example


Text Example

White with #849051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849051; }

 p { color: rgb(132,144,81); }

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

background-color css

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

 a { background-color: rgb(132,144,81); }

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

border-color css

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

 span { border-color: rgb(132,144,81); }

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