Html Css Color HEX #829450 Wasabi

📋 copy color: '#829450'

red 130 ◦ green 148 ◦ blue 80

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

Shades of Wasabi #829450

Tints of Wasabi #829450

RGB

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

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

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

R = 36.31%
G = 41.34%
B = 22.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#829450 (or 0x829450) is known color: Wasabi. HEX triplet: 82, 94 and 50. RGB value is (130,148,80). Sum of RGB (Red+Green+Blue) = 130+148+80=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #829450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829450 is #7D6BAF. Grayscale: #878787. Windows color (decimal): -8219568 or 5280898. OLE color: 5280898.

HSL color Cylindrical-coordinate representation of color #829450: hue angle of 75.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829450 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 80 -
CMYK 0.12 0 0.46 0.42
HSL 75.88º 0.3% 0.45% -
HSV(B) 75.88º 0.46% 0.58% -
XYZ 21.24 26.5 11.59 -
YUV 134.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 130 148 80 0.12 0 0.46 0.42 75.88 0.3 0.45
Hex 82 94 50 C 0 2E 2A 4C 1E 2D
Octal 202 224 120 14 0 56 52 114 36 55
Binary 10000010 10010100 1010000 1100 0 101110 101010 1001100 11110 101101

Color Harmonies of #829450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829450

Black with #829450

Text Example


Text Example

White with #829450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829450; }

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

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

background-color css

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

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

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

border-color css

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

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

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