Html Css Color HEX #849250 Wasabi

📋 copy color: '#849250'

red 132 ◦ green 146 ◦ blue 80

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

Shades of Wasabi #849250

Tints of Wasabi #849250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 36.87%
G = 40.78%
B = 22.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#849250 (or 0x849250) is known color: Wasabi. HEX triplet: 84, 92 and 50. RGB value is (132,146,80). Sum of RGB (Red+Green+Blue) = 132+146+80=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #849250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849250 is #7B6DAF. Grayscale: #868686. Windows color (decimal): -8089008 or 5280388. OLE color: 5280388.

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

Color convert

RGB 132 146 80 -
CMYK 0.10 0 0.45 0.43
HSL 72.73º 0.29% 0.44% -
HSV(B) 72.73º 0.45% 0.57% -
XYZ 21.24 26.04 11.5 -
YUV 134.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 132 146 80 0.10 0 0.45 0.43 72.73 0.29 0.44
Hex 84 92 50 A 0 2D 2B 49 1D 2C
Octal 204 222 120 12 0 55 53 111 35 54
Binary 10000100 10010010 1010000 1010 0 101101 101011 1001001 11101 101100

Color Harmonies of #849250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849250

Black with #849250

Text Example


Text Example

White with #849250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849250; }

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

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

background-color css

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

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

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

border-color css

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

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

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