Html Css Color HEX #829948 Wasabi

📋 copy color: '#829948'

red 130 ◦ green 153 ◦ blue 72

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

Shades of Wasabi #829948

Tints of Wasabi #829948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 36.62%
G = 43.1%
B = 20.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#829948 (or 0x829948) is known color: Wasabi. HEX triplet: 82, 99 and 48. RGB value is (130,153,72). Sum of RGB (Red+Green+Blue) = 130+153+72=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #829948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829948 is #7D66B7. Grayscale: #898989. Windows color (decimal): -8218296 or 4757890. OLE color: 4757890.

HSL color Cylindrical-coordinate representation of color #829948: hue angle of 77.04º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #829948 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 72 -
CMYK 0.15 0 0.53 0.4
HSL 77.04º 0.36% 0.44% -
HSV(B) 77.04º 0.53% 0.6% -
XYZ 21.77 28 10.39 -
YUV 136.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 130 153 72 0.15 0 0.53 0.4 77.04 0.36 0.44
Hex 82 99 48 F 0 35 28 4D 24 2C
Octal 202 231 110 17 0 65 50 115 44 54
Binary 10000010 10011001 1001000 1111 0 110101 101000 1001101 100100 101100

Color Harmonies of #829948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829948

Black with #829948

Text Example


Text Example

White with #829948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829948; }

 p { color: rgb(130,153,72); }

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

background-color css

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

 a { background-color: rgb(130,153,72); }

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

border-color css

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

 span { border-color: rgb(130,153,72); }

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