#828E38

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

Shades of Wasabi #828E38

Tints of Wasabi #828E38

Color information

#828E38 (or 0x828E38) is unknown color: approx Wasabi. HEX triplet: 82, 8E and 38. RGB value is (130,142,56). Sum of RGB (Red+Green+Blue) = 130+142+56=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #828E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E38 is #7D71C7. Grayscale: #808080. Windows color (decimal): -8221128 or 3706498. OLE color: 3706498.

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

Color convert

RGB13014256-
CMYK0.0800.610.44
HSL68.37º43.43%38.82%-
HSV(B)68.37º60.56%55.69%-
XYZ19.5924.387.41-
YUV128.6187.02128.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=39.63%
G=43.29%
B=17.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142560.0800.610.4468.3743.4338.82
Hex828E38803D2C442b27
Octal2022167010075541045347
Binary1000001010001110111000100001111011011001000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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