Html Css Color HEX #829528 Wasabi

📋 copy color: '#829528'

red 130 ◦ green 149 ◦ blue 40

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

Shades of Wasabi #829528

Tints of Wasabi #829528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 40.75%
G = 46.71%
B = 12.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#829528 (or 0x829528) is known color: Wasabi. HEX triplet: 82, 95 and 28. RGB value is (130,149,40). Sum of RGB (Red+Green+Blue) = 130+149+40=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #829528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829528 is #7D6AD7. Grayscale: #838383. Windows color (decimal): -8219352 or 2659714. OLE color: 2659714.

HSL color Cylindrical-coordinate representation of color #829528: hue angle of 70.46º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #829528 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 40 -
CMYK 0.13 0 0.73 0.42
HSL 70.46º 0.58% 0.37% -
HSV(B) 70.46º 0.73% 0.58% -
XYZ 20.34 26.39 6.03 -
YUV 130.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 130 149 40 0.13 0 0.73 0.42 70.46 0.58 0.37
Hex 82 95 28 D 0 49 2A 46 3A 25
Octal 202 225 50 15 0 111 52 106 72 45
Binary 10000010 10010101 101000 1101 0 1001001 101010 1000110 111010 100101

Color Harmonies of #829528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829528

Black with #829528

Text Example


Text Example

White with #829528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829528; }

 p { color: rgb(130,149,40); }

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

background-color css

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

 a { background-color: rgb(130,149,40); }

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

border-color css

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

 span { border-color: rgb(130,149,40); }

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