Html Css Color HEX #829052 Wasabi

📋 copy color: '#829052'

red 130 ◦ green 144 ◦ blue 82

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

Shades of Wasabi #829052

Tints of Wasabi #829052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 36.52%
G = 40.45%
B = 23.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#829052 (or 0x829052) is known color: Wasabi. HEX triplet: 82, 90 and 52. RGB value is (130,144,82). Sum of RGB (Red+Green+Blue) = 130+144+82=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #829052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829052 is #7D6FAD. Grayscale: #848484. Windows color (decimal): -8220590 or 5410946. OLE color: 5410946.

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

Color convert

RGB 130 144 82 -
CMYK 0.10 0 0.43 0.44
HSL 73.55º 0.27% 0.44% -
HSV(B) 73.55º 0.43% 0.56% -
XYZ 20.7 25.3 11.78 -
YUV 132.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 130 144 82 0.10 0 0.43 0.44 73.55 0.27 0.44
Hex 82 90 52 A 0 2B 2C 4A 1B 2C
Octal 202 220 122 12 0 53 54 112 33 54
Binary 10000010 10010000 1010010 1010 0 101011 101100 1001010 11011 101100

Color Harmonies of #829052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829052

Black with #829052

Text Example


Text Example

White with #829052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829052; }

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

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

background-color css

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

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

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

border-color css

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

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

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