#828E31

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

Shades of Wasabi #828E31

Tints of Wasabi #828E31

Color information

#828E31 (or 0x828E31) is unknown color: approx Wasabi. HEX triplet: 82, 8E and 31. RGB value is (130,142,49). Sum of RGB (Red+Green+Blue) = 130+142+49=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #828E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E31 is #7D71CE. Grayscale: #808080. Windows color (decimal): -8221135 or 3247746. OLE color: 3247746.

HSL color Cylindrical-coordinate representation of color #828E31: hue angle of 67.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #828E31 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB13014249-
CMYK0.0800.650.44
HSL67.74º48.69%37.45%-
HSV(B)67.74º65.49%55.69%-
XYZ19.4324.316.57-
YUV127.8183.52129.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=40.50%
G=44.24%
B=15.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142490.0800.650.4467.7448.6937.45
Hex828E3180412C443125
Octal20221661100101541046145
Binary10000010100011101100011000010000011011001000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828E31; }

 p { color: rgb(130,142,49); }

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

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

 a { background-color: rgb(130,142,49); }

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

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

 span { border-color: rgb(130,142,49); }

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