Html Css Color HEX #829135 Wasabi

📋 copy color: '#829135'

red 130 ◦ green 145 ◦ blue 53

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

Shades of Wasabi #829135

Tints of Wasabi #829135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 39.63%
G = 44.21%
B = 16.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#829135 (or 0x829135) is known color: Wasabi. HEX triplet: 82, 91 and 35. RGB value is (130,145,53). Sum of RGB (Red+Green+Blue) = 130+145+53=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #829135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829135 is #7D6ECA. Grayscale: #828282. Windows color (decimal): -8220363 or 3510658. OLE color: 3510658.

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

Color convert

RGB 130 145 53 -
CMYK 0.10 0 0.63 0.43
HSL 69.78º 0.46% 0.39% -
HSV(B) 69.78º 0.63% 0.57% -
XYZ 19.97 25.25 7.19 -
YUV 130.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 130 145 53 0.10 0 0.63 0.43 69.78 0.46 0.39
Hex 82 91 35 A 0 3F 2B 46 2E 27
Octal 202 221 65 12 0 77 53 106 56 47
Binary 10000010 10010001 110101 1010 0 111111 101011 1000110 101110 100111

Color Harmonies of #829135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829135

Black with #829135

Text Example


Text Example

White with #829135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829135; }

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

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

background-color css

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

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

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

border-color css

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

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

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