Html Css Color HEX #849229 Wasabi

📋 copy color: '#849229'

red 132 ◦ green 146 ◦ blue 41

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

Shades of Wasabi #849229

Tints of Wasabi #849229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 41.38%
G = 45.77%
B = 12.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#849229 (or 0x849229) is known color: Wasabi. HEX triplet: 84, 92 and 29. RGB value is (132,146,41). Sum of RGB (Red+Green+Blue) = 132+146+41=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #849229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849229 is #7B6DD6. Grayscale: #828282. Windows color (decimal): -8089047 or 2724484. OLE color: 2724484.

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

Color convert

RGB 132 146 41 -
CMYK 0.10 0 0.72 0.43
HSL 68º 0.56% 0.37% -
HSV(B) 68º 0.72% 0.57% -
XYZ 20.19 25.62 5.98 -
YUV 129.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 132 146 41 0.10 0 0.72 0.43 68 0.56 0.37
Hex 84 92 29 A 0 48 2B 44 38 25
Octal 204 222 51 12 0 110 53 104 70 45
Binary 10000100 10010010 101001 1010 0 1001000 101011 1000100 111000 100101

Color Harmonies of #849229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849229

Black with #849229

Text Example


Text Example

White with #849229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849229; }

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

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

background-color css

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

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

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

border-color css

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

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

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