Html Css Color HEX #849136 Wasabi

📋 copy color: '#849136'

red 132 ◦ green 145 ◦ blue 54

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

Shades of Wasabi #849136

Tints of Wasabi #849136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 39.88%
G = 43.81%
B = 16.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#849136 (or 0x849136) is known color: Wasabi. HEX triplet: 84, 91 and 36. RGB value is (132,145,54). Sum of RGB (Red+Green+Blue) = 132+145+54=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #849136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849136 is #7B6EC9. Grayscale: #838383. Windows color (decimal): -8089290 or 3576196. OLE color: 3576196.

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

Color convert

RGB 132 145 54 -
CMYK 0.09 0 0.63 0.43
HSL 68.57º 0.46% 0.39% -
HSV(B) 68.57º 0.63% 0.57% -
XYZ 20.31 25.42 7.33 -
YUV 130.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 132 145 54 0.09 0 0.63 0.43 68.57 0.46 0.39
Hex 84 91 36 9 0 3F 2B 45 2E 27
Octal 204 221 66 11 0 77 53 105 56 47
Binary 10000100 10010001 110110 1001 0 111111 101011 1000101 101110 100111

Color Harmonies of #849136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849136

Black with #849136

Text Example


Text Example

White with #849136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849136; }

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

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

background-color css

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

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

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

border-color css

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

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

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