Html Css Color HEX #849234 Wasabi

📋 copy color: '#849234'

red 132 ◦ green 146 ◦ blue 52

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

Shades of Wasabi #849234

Tints of Wasabi #849234

RGB

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

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

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

R = 40%
G = 44.24%
B = 15.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#849234 (or 0x849234) is known color: Wasabi. HEX triplet: 84, 92 and 34. RGB value is (132,146,52). Sum of RGB (Red+Green+Blue) = 132+146+52=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #849234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849234 is #7B6DCB. Grayscale: #838383. Windows color (decimal): -8089036 or 3445380. OLE color: 3445380.

HSL color Cylindrical-coordinate representation of color #849234: hue angle of 68.94º 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 #849234 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 52 -
CMYK 0.10 0 0.64 0.43
HSL 68.94º 0.47% 0.39% -
HSV(B) 68.94º 0.64% 0.57% -
XYZ 20.41 25.71 7.14 -
YUV 131.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 132 146 52 0.10 0 0.64 0.43 68.94 0.47 0.39
Hex 84 92 34 A 0 40 2B 45 2F 27
Octal 204 222 64 12 0 100 53 105 57 47
Binary 10000100 10010010 110100 1010 0 1000000 101011 1000101 101111 100111

Color Harmonies of #849234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849234

Black with #849234

Text Example


Text Example

White with #849234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849234; }

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

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

background-color css

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

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

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

border-color css

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

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

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