Html Css Color HEX #828635 Wasabi

📋 copy color: '#828635'

red 130 ◦ green 134 ◦ blue 53

#828635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #828635

Tints of Wasabi #828635

RGB

 RED value IS 130 (51.17% from 255) = 41.01%

 GREEN value IS 134 (52.73% from 255) = 42.27%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 41.01%
G = 42.27%
B = 16.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#828635 (or 0x828635) is known color: Wasabi. HEX triplet: 82, 86 and 35. RGB value is (130,134,53). Sum of RGB (Red+Green+Blue) = 130+134+53=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #828635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828635 is #7D79CA. Grayscale: #7B7B7B. Windows color (decimal): -8223179 or 3507842. OLE color: 3507842.

HSL color Cylindrical-coordinate representation of color #828635: hue angle of 62.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828635 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 53 -
CMYK 0.03 0 0.60 0.47
HSL 62.96º 0.43% 0.37% -
HSV(B) 62.96º 0.6% 0.53% -
XYZ 18.37 22.05 6.66 -
YUV 123.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 130 134 53 0.03 0 0.60 0.47 62.96 0.43 0.37
Hex 82 86 35 3 0 3C 2F 3F 2B 25
Octal 202 206 65 3 0 74 57 77 53 45
Binary 10000010 10000110 110101 11 0 111100 101111 111111 101011 100101

Color Harmonies of #828635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828635

Black with #828635

Text Example


Text Example

White with #828635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828635; }

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

 H1.HeaderClassName
 {
   color: #828635;
 }
 .AnyTagClassName
 {
   color: #828635;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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