Html Css Color HEX #829B3D Wasabi

📋 copy color: '#829B3D'

red 130 ◦ green 155 ◦ blue 61

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

Shades of Wasabi #829B3D

Tints of Wasabi #829B3D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 37.57%
G = 44.8%
B = 17.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#829B3D (or 0x829B3D) is known color: Wasabi. HEX triplet: 82, 9B and 3D. RGB value is (130,155,61). Sum of RGB (Red+Green+Blue) = 130+155+61=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #829B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B3D is #7D64C2. Grayscale: #898989. Windows color (decimal): -8217795 or 4037506. OLE color: 4037506.

HSL color Cylindrical-coordinate representation of color #829B3D: hue angle of 75.96º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #829B3D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 61 -
CMYK 0.16 0 0.61 0.39
HSL 75.96º 0.44% 0.42% -
HSV(B) 75.96º 0.61% 0.61% -
XYZ 21.77 28.53 8.77 -
YUV 136.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 130 155 61 0.16 0 0.61 0.39 75.96 0.44 0.42
Hex 82 9B 3D 10 0 3D 27 4C 2C 2A
Octal 202 233 75 20 0 75 47 114 54 52
Binary 10000010 10011011 111101 10000 0 111101 100111 1001100 101100 101010

Color Harmonies of #829B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B3D

Black with #829B3D

Text Example


Text Example

White with #829B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B3D; }

 p { color: rgb(130,155,61); }

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

background-color css

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

 a { background-color: rgb(130,155,61); }

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

border-color css

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

 span { border-color: rgb(130,155,61); }

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