Html Css Color HEX #829050 Wasabi

📋 copy color: '#829050'

red 130 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #829050

Tints of Wasabi #829050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 36.72%
G = 40.68%
B = 22.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#829050 (or 0x829050) is known color: Wasabi. HEX triplet: 82, 90 and 50. RGB value is (130,144,80). Sum of RGB (Red+Green+Blue) = 130+144+80=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #829050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829050 is #7D6FAF. Grayscale: #848484. Windows color (decimal): -8220592 or 5279874. OLE color: 5279874.

HSL color Cylindrical-coordinate representation of color #829050: hue angle of 73.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829050 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 80 -
CMYK 0.10 0 0.44 0.44
HSL 73.13º 0.29% 0.44% -
HSV(B) 73.13º 0.44% 0.56% -
XYZ 20.63 25.27 11.38 -
YUV 132.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 130 144 80 0.10 0 0.44 0.44 73.13 0.29 0.44
Hex 82 90 50 A 0 2C 2C 49 1D 2C
Octal 202 220 120 12 0 54 54 111 35 54
Binary 10000010 10010000 1010000 1010 0 101100 101100 1001001 11101 101100

Color Harmonies of #829050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829050

Black with #829050

Text Example


Text Example

White with #829050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829050; }

 p { color: rgb(130,144,80); }

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

background-color css

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

 a { background-color: rgb(130,144,80); }

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

border-color css

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

 span { border-color: rgb(130,144,80); }

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