Html Css Color HEX #849252 Wasabi

📋 copy color: '#849252'

red 132 ◦ green 146 ◦ blue 82

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

Shades of Wasabi #849252

Tints of Wasabi #849252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 36.67%
G = 40.56%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#849252 (or 0x849252) is known color: Wasabi. HEX triplet: 84, 92 and 52. RGB value is (132,146,82). Sum of RGB (Red+Green+Blue) = 132+146+82=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #849252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849252 is #7B6DAD. Grayscale: #868686. Windows color (decimal): -8089006 or 5411460. OLE color: 5411460.

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

Color convert

RGB 132 146 82 -
CMYK 0.10 0 0.44 0.43
HSL 73.13º 0.28% 0.45% -
HSV(B) 73.13º 0.44% 0.57% -
XYZ 21.32 26.07 11.89 -
YUV 134.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 132 146 82 0.10 0 0.44 0.43 73.13 0.28 0.45
Hex 84 92 52 A 0 2C 2B 49 1C 2D
Octal 204 222 122 12 0 54 53 111 34 55
Binary 10000100 10010010 1010010 1010 0 101100 101011 1001001 11100 101101

Color Harmonies of #849252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849252

Black with #849252

Text Example


Text Example

White with #849252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849252; }

 p { color: rgb(132,146,82); }

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

background-color css

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

 a { background-color: rgb(132,146,82); }

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

border-color css

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

 span { border-color: rgb(132,146,82); }

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