#828935

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

Shades of Wasabi #828935

Tints of Wasabi #828935

Color information

#828935 (or 0x828935) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 35. RGB value is (130,137,53). Sum of RGB (Red+Green+Blue) = 130+137+53=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #828935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828935 is #7D76CA. Grayscale: #7D7D7D. Windows color (decimal): -8222411 or 3508610. OLE color: 3508610.

HSL color Cylindrical-coordinate representation of color #828935: hue angle of 65º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828935 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB13013753-
CMYK0.0500.610.46
HSL65º44.21%37.25%-
HSV(B)65º61.31%53.73%-
XYZ18.7922.896.8-
YUV125.3387.18131.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=40.62%
G=42.81%
B=16.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137530.0500.610.466544.2137.25
Hex828935503D2E412c25
Octal202211655075561015445
Binary100000101000100111010110101111011011101000001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828935; }

 p { color: rgb(130,137,53); }

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

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

 a { background-color: rgb(130,137,53); }

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

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

 span { border-color: rgb(130,137,53); }

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