#828830

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

Shades of Wasabi #828830

Tints of Wasabi #828830

Color information

#828830 (or 0x828830) is unknown color: approx Wasabi. HEX triplet: 82, 88 and 30. RGB value is (130,136,48). Sum of RGB (Red+Green+Blue) = 130+136+48=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #828830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828830 is #7D77CF. Grayscale: #7C7C7C. Windows color (decimal): -8222672 or 3180674. OLE color: 3180674.

HSL color Cylindrical-coordinate representation of color #828830: hue angle of 64.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #828830 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13013648-
CMYK0.0400.650.47
HSL64.09º47.83%36.08%-
HSV(B)64.09º64.71%53.33%-
XYZ18.5422.576.17-
YUV124.1785.01132.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=41.40%
G=43.31%
B=15.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136480.0400.650.4764.0947.8336.08
Hex82883040412F403024
Octal2022106040101571006044
Binary1000001010001000110000100010000011011111000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828830; }

 p { color: rgb(130,136,48); }

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

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

 a { background-color: rgb(130,136,48); }

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

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

 span { border-color: rgb(130,136,48); }

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