Html Css Color HEX #849248 Wasabi

📋 copy color: '#849248'

red 132 ◦ green 146 ◦ blue 72

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

Shades of Wasabi #849248

Tints of Wasabi #849248

RGB

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

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

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

R = 37.71%
G = 41.71%
B = 20.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#849248 (or 0x849248) is known color: Wasabi. HEX triplet: 84, 92 and 48. RGB value is (132,146,72). Sum of RGB (Red+Green+Blue) = 132+146+72=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #849248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849248 is #7B6DB7. Grayscale: #858585. Windows color (decimal): -8089016 or 4756100. OLE color: 4756100.

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

Color convert

RGB 132 146 72 -
CMYK 0.10 0 0.51 0.43
HSL 71.35º 0.34% 0.43% -
HSV(B) 71.35º 0.51% 0.57% -
XYZ 20.96 25.93 10.03 -
YUV 133.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 132 146 72 0.10 0 0.51 0.43 71.35 0.34 0.43
Hex 84 92 48 A 0 33 2B 47 22 2B
Octal 204 222 110 12 0 63 53 107 42 53
Binary 10000100 10010010 1001000 1010 0 110011 101011 1000111 100010 101011

Color Harmonies of #849248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849248

Black with #849248

Text Example


Text Example

White with #849248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849248; }

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

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

background-color css

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

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

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

border-color css

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

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

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