Html Css Color HEX #829438 Wasabi

📋 copy color: '#829438'

red 130 ◦ green 148 ◦ blue 56

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

Shades of Wasabi #829438

Tints of Wasabi #829438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 38.92%
G = 44.31%
B = 16.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#829438 (or 0x829438) is known color: Wasabi. HEX triplet: 82, 94 and 38. RGB value is (130,148,56). Sum of RGB (Red+Green+Blue) = 130+148+56=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #829438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829438 is #7D6BC7. Grayscale: #848484. Windows color (decimal): -8219592 or 3708034. OLE color: 3708034.

HSL color Cylindrical-coordinate representation of color #829438: hue angle of 71.74º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #829438 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 56 -
CMYK 0.12 0 0.62 0.42
HSL 71.74º 0.45% 0.4% -
HSV(B) 71.74º 0.62% 0.58% -
XYZ 20.51 26.21 7.72 -
YUV 132.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 130 148 56 0.12 0 0.62 0.42 71.74 0.45 0.4
Hex 82 94 38 C 0 3E 2A 48 2D 28
Octal 202 224 70 14 0 76 52 110 55 50
Binary 10000010 10010100 111000 1100 0 111110 101010 1001000 101101 101000

Color Harmonies of #829438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829438

Black with #829438

Text Example


Text Example

White with #829438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829438; }

 p { color: rgb(130,148,56); }

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

background-color css

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

 a { background-color: rgb(130,148,56); }

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

border-color css

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

 span { border-color: rgb(130,148,56); }

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