Html Css Color HEX #828D4B Wasabi

📋 copy color: '#828D4B'

red 130 ◦ green 141 ◦ blue 75

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

Shades of Wasabi #828D4B

Tints of Wasabi #828D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 37.57%
G = 40.75%
B = 21.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#828D4B (or 0x828D4B) is known color: Wasabi. HEX triplet: 82, 8D and 4B. RGB value is (130,141,75). Sum of RGB (Red+Green+Blue) = 130+141+75=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #828D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D4B is #7D72B4. Grayscale: #828282. Windows color (decimal): -8221365 or 4951426. OLE color: 4951426.

HSL color Cylindrical-coordinate representation of color #828D4B: hue angle of 70º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828D4B is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 75 -
CMYK 0.08 0 0.47 0.45
HSL 70º 0.31% 0.42% -
HSV(B) 70º 0.47% 0.55% -
XYZ 20 24.3 10.29 -
YUV 130.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 130 141 75 0.08 0 0.47 0.45 70 0.31 0.42
Hex 82 8D 4B 8 0 2F 2D 46 1F 2A
Octal 202 215 113 10 0 57 55 106 37 52
Binary 10000010 10001101 1001011 1000 0 101111 101101 1000110 11111 101010

Color Harmonies of #828D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D4B

Black with #828D4B

Text Example


Text Example

White with #828D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D4B; }

 p { color: rgb(130,141,75); }

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

background-color css

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

 a { background-color: rgb(130,141,75); }

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

border-color css

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

 span { border-color: rgb(130,141,75); }

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