Html Css Color HEX #829128 Wasabi

📋 copy color: '#829128'

red 130 ◦ green 145 ◦ blue 40

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

Shades of Wasabi #829128

Tints of Wasabi #829128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

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

R = 41.27%
G = 46.03%
B = 12.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#829128 (or 0x829128) is known color: Wasabi. HEX triplet: 82, 91 and 28. RGB value is (130,145,40). Sum of RGB (Red+Green+Blue) = 130+145+40=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #829128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829128 is #7D6ED7. Grayscale: #808080. Windows color (decimal): -8220376 or 2658690. OLE color: 2658690.

HSL color Cylindrical-coordinate representation of color #829128: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #829128 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 40 -
CMYK 0.10 0 0.72 0.43
HSL 68.57º 0.57% 0.36% -
HSV(B) 68.57º 0.72% 0.57% -
XYZ 19.71 25.15 5.82 -
YUV 128.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 130 145 40 0.10 0 0.72 0.43 68.57 0.57 0.36
Hex 82 91 28 A 0 48 2B 45 39 24
Octal 202 221 50 12 0 110 53 105 71 44
Binary 10000010 10010001 101000 1010 0 1001000 101011 1000101 111001 100100

Color Harmonies of #829128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829128

Black with #829128

Text Example


Text Example

White with #829128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829128; }

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

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

background-color css

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

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

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

border-color css

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

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

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