Html Css Color HEX #849238 Wasabi

📋 copy color: '#849238'

red 132 ◦ green 146 ◦ blue 56

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

Shades of Wasabi #849238

Tints of Wasabi #849238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 39.52%
G = 43.71%
B = 16.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#849238 (or 0x849238) is known color: Wasabi. HEX triplet: 84, 92 and 38. RGB value is (132,146,56). Sum of RGB (Red+Green+Blue) = 132+146+56=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #849238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849238 is #7B6DC7. Grayscale: #838383. Windows color (decimal): -8089032 or 3707524. OLE color: 3707524.

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

Color convert

RGB 132 146 56 -
CMYK 0.10 0 0.62 0.43
HSL 69.33º 0.45% 0.4% -
HSV(B) 69.33º 0.62% 0.57% -
XYZ 20.51 25.75 7.63 -
YUV 131.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 132 146 56 0.10 0 0.62 0.43 69.33 0.45 0.4
Hex 84 92 38 A 0 3E 2B 45 2D 28
Octal 204 222 70 12 0 76 53 105 55 50
Binary 10000100 10010010 111000 1010 0 111110 101011 1000101 101101 101000

Color Harmonies of #849238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849238

Black with #849238

Text Example


Text Example

White with #849238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849238; }

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

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

background-color css

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

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

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

border-color css

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

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

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