Html Css Color HEX #828833 Wasabi

📋 copy color: '#828833'

red 130 ◦ green 136 ◦ blue 51

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

Shades of Wasabi #828833

Tints of Wasabi #828833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 41.01%
G = 42.9%
B = 16.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#828833 (or 0x828833) is known color: Wasabi. HEX triplet: 82, 88 and 33. RGB value is (130,136,51). Sum of RGB (Red+Green+Blue) = 130+136+51=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #828833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828833 is #7D77CC. Grayscale: #7C7C7C. Windows color (decimal): -8222669 or 3377282. OLE color: 3377282.

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

Color convert

RGB 130 136 51 -
CMYK 0.04 0 0.62 0.47
HSL 64.24º 0.45% 0.37% -
HSV(B) 64.24º 0.63% 0.53% -
XYZ 18.61 22.59 6.51 -
YUV 124.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 130 136 51 0.04 0 0.62 0.47 64.24 0.45 0.37
Hex 82 88 33 4 0 3E 2F 40 2D 25
Octal 202 210 63 4 0 76 57 100 55 45
Binary 10000010 10001000 110011 100 0 111110 101111 1000000 101101 100101

Color Harmonies of #828833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828833

Black with #828833

Text Example


Text Example

White with #828833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828833; }

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

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

background-color css

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

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

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

border-color css

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

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

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