Html Css Color HEX #829428 Wasabi

📋 copy color: '#829428'

red 130 ◦ green 148 ◦ blue 40

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

Shades of Wasabi #829428

Tints of Wasabi #829428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 40.88%
G = 46.54%
B = 12.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#829428 (or 0x829428) is known color: Wasabi. HEX triplet: 82, 94 and 28. RGB value is (130,148,40). Sum of RGB (Red+Green+Blue) = 130+148+40=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #829428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829428 is #7D6BD7. Grayscale: #828282. Windows color (decimal): -8219608 or 2659458. OLE color: 2659458.

HSL color Cylindrical-coordinate representation of color #829428: hue angle of 70º degrees, saturation: 0.57, 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 #829428 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 40 -
CMYK 0.12 0 0.73 0.42
HSL 70º 0.57% 0.37% -
HSV(B) 70º 0.73% 0.58% -
XYZ 20.18 26.08 5.98 -
YUV 130.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 130 148 40 0.12 0 0.73 0.42 70 0.57 0.37
Hex 82 94 28 C 0 49 2A 46 39 25
Octal 202 224 50 14 0 111 52 106 71 45
Binary 10000010 10010100 101000 1100 0 1001001 101010 1000110 111001 100101

Color Harmonies of #829428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829428

Black with #829428

Text Example


Text Example

White with #829428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829428; }

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

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

background-color css

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

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

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

border-color css

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

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

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