Html Css Color HEX #829848 Wasabi

📋 copy color: '#829848'

red 130 ◦ green 152 ◦ blue 72

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

Shades of Wasabi #829848

Tints of Wasabi #829848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 36.72%
G = 42.94%
B = 20.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#829848 (or 0x829848) is known color: Wasabi. HEX triplet: 82, 98 and 48. RGB value is (130,152,72). Sum of RGB (Red+Green+Blue) = 130+152+72=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #829848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829848 is #7D67B7. Grayscale: #888888. Windows color (decimal): -8218552 or 4757634. OLE color: 4757634.

HSL color Cylindrical-coordinate representation of color #829848: hue angle of 76.5º 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 #829848 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 72 -
CMYK 0.14 0 0.53 0.40
HSL 76.5º 0.36% 0.44% -
HSV(B) 76.5º 0.53% 0.6% -
XYZ 21.6 27.67 10.33 -
YUV 136.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 130 152 72 0.14 0 0.53 0.40 76.5 0.36 0.44
Hex 82 98 48 E 0 35 28 4C 24 2C
Octal 202 230 110 16 0 65 50 114 44 54
Binary 10000010 10011000 1001000 1110 0 110101 101000 1001100 100100 101100

Color Harmonies of #829848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829848

Black with #829848

Text Example


Text Example

White with #829848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829848; }

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

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

background-color css

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

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

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

border-color css

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

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

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