Html Css Color HEX #829152 Wasabi

📋 copy color: '#829152'

red 130 ◦ green 145 ◦ blue 82

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

Shades of Wasabi #829152

Tints of Wasabi #829152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 36.41%
G = 40.62%
B = 22.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#829152 (or 0x829152) is known color: Wasabi. HEX triplet: 82, 91 and 52. RGB value is (130,145,82). Sum of RGB (Red+Green+Blue) = 130+145+82=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #829152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829152 is #7D6EAD. Grayscale: #858585. Windows color (decimal): -8220334 or 5411202. OLE color: 5411202.

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

Color convert

RGB 130 145 82 -
CMYK 0.10 0 0.43 0.43
HSL 74.29º 0.28% 0.45% -
HSV(B) 74.29º 0.43% 0.57% -
XYZ 20.85 25.61 11.83 -
YUV 133.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 130 145 82 0.10 0 0.43 0.43 74.29 0.28 0.45
Hex 82 91 52 A 0 2B 2B 4A 1C 2D
Octal 202 221 122 12 0 53 53 112 34 55
Binary 10000010 10010001 1010010 1010 0 101011 101011 1001010 11100 101101

Color Harmonies of #829152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829152

Black with #829152

Text Example


Text Example

White with #829152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829152; }

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

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

background-color css

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

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

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

border-color css

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

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

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