#849251

Color #849251 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #849251

Tints of Wasabi #849251

Color information

#849251 (or 0x849251) is unknown color: approx Wasabi. HEX triplet: 84, 92 and 51. RGB value is (132,146,81). Sum of RGB (Red+Green+Blue) = 132+146+81=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #849251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849251 is #7B6DAE. Grayscale: #868686. Windows color (decimal): -8089007 or 5345924. OLE color: 5345924.

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

Color convert

RGB13214681-
CMYK0.1000.450.43
HSL72.92º28.63%44.51%-
HSV(B)72.92º44.52%57.25%-
XYZ21.2826.0611.69-
YUV134.497.86126.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=36.77%
G=40.67%
B=22.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146810.1000.450.4372.9228.6344.51
Hex849251A02D2B491d2d
Octal20422212112055531113555
Binary1000010010010010101000110100101101101011100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849251; }

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

 H1.HeaderClassName
 {
   color: #849251;
 }
 .AnyTagClassName
 {
   color: #849251;
 }
</style>
background-color css

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

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

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

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

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

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