Html Css Color HEX #849134 Wasabi

📋 copy color: '#849134'

red 132 ◦ green 145 ◦ blue 52

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

Shades of Wasabi #849134

Tints of Wasabi #849134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 40.12%
G = 44.07%
B = 15.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#849134 (or 0x849134) is known color: Wasabi. HEX triplet: 84, 91 and 34. RGB value is (132,145,52). Sum of RGB (Red+Green+Blue) = 132+145+52=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #849134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849134 is #7B6ECB. Grayscale: #828282. Windows color (decimal): -8089292 or 3445124. OLE color: 3445124.

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

Color convert

RGB 132 145 52 -
CMYK 0.09 0 0.64 0.43
HSL 68.39º 0.47% 0.39% -
HSV(B) 68.39º 0.64% 0.57% -
XYZ 20.26 25.4 7.08 -
YUV 130.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 132 145 52 0.09 0 0.64 0.43 68.39 0.47 0.39
Hex 84 91 34 9 0 40 2B 44 2F 27
Octal 204 221 64 11 0 100 53 104 57 47
Binary 10000100 10010001 110100 1001 0 1000000 101011 1000100 101111 100111

Color Harmonies of #849134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849134

Black with #849134

Text Example


Text Example

White with #849134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849134; }

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

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

background-color css

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

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

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

border-color css

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

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

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