#829935

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

Shades of Wasabi #829935

Tints of Wasabi #829935

Color information

#829935 (or 0x829935) is unknown color: approx Wasabi. HEX triplet: 82, 99 and 35. RGB value is (130,153,53). Sum of RGB (Red+Green+Blue) = 130+153+53=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #829935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829935 is #7D66CA. Grayscale: #878787. Windows color (decimal): -8218315 or 3512706. OLE color: 3512706.

HSL color Cylindrical-coordinate representation of color #829935: hue angle of 73.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829935 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB13015353-
CMYK0.1500.650.4
HSL73.8º48.54%40.39%-
HSV(B)73.8º65.36%60%-
XYZ21.2427.797.61-
YUV134.7281.88124.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=38.69%
G=45.54%
B=15.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153530.1500.650.473.848.5440.39
Hex829935F041284a3128
Octal20223165170101501126150
Binary10000010100110011101011111010000011010001001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829935; }

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

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

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

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

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

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

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

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