Html Css Color HEX #829053 Wasabi

📋 copy color: '#829053'

red 130 ◦ green 144 ◦ blue 83

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

Shades of Wasabi #829053

Tints of Wasabi #829053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 36.41%
G = 40.34%
B = 23.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#829053 (or 0x829053) is known color: Wasabi. HEX triplet: 82, 90 and 53. RGB value is (130,144,83). Sum of RGB (Red+Green+Blue) = 130+144+83=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #829053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829053 is #7D6FAC. Grayscale: #858585. Windows color (decimal): -8220589 or 5476482. OLE color: 5476482.

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

Color convert

RGB 130 144 83 -
CMYK 0.10 0 0.42 0.44
HSL 73.77º 0.27% 0.45% -
HSV(B) 73.77º 0.42% 0.56% -
XYZ 20.74 25.32 11.98 -
YUV 132.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 130 144 83 0.10 0 0.42 0.44 73.77 0.27 0.45
Hex 82 90 53 A 0 2A 2C 4A 1B 2D
Octal 202 220 123 12 0 52 54 112 33 55
Binary 10000010 10010000 1010011 1010 0 101010 101100 1001010 11011 101101

Color Harmonies of #829053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829053

Black with #829053

Text Example


Text Example

White with #829053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829053; }

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

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

background-color css

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

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

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

border-color css

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

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

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