Html Css Color HEX #849232 Wasabi

📋 copy color: '#849232'

red 132 ◦ green 146 ◦ blue 50

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

Shades of Wasabi #849232

Tints of Wasabi #849232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 40.24%
G = 44.51%
B = 15.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#849232 (or 0x849232) is known color: Wasabi. HEX triplet: 84, 92 and 32. RGB value is (132,146,50). Sum of RGB (Red+Green+Blue) = 132+146+50=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #849232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849232 is #7B6DCD. Grayscale: #838383. Windows color (decimal): -8089038 or 3314308. OLE color: 3314308.

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

Color convert

RGB 132 146 50 -
CMYK 0.10 0 0.66 0.43
HSL 68.75º 0.49% 0.38% -
HSV(B) 68.75º 0.66% 0.57% -
XYZ 20.37 25.69 6.9 -
YUV 130.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 132 146 50 0.10 0 0.66 0.43 68.75 0.49 0.38
Hex 84 92 32 A 0 42 2B 45 31 26
Octal 204 222 62 12 0 102 53 105 61 46
Binary 10000100 10010010 110010 1010 0 1000010 101011 1000101 110001 100110

Color Harmonies of #849232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849232

Black with #849232

Text Example


Text Example

White with #849232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849232; }

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

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

background-color css

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

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

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

border-color css

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

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

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