Html Css Color HEX #828938 Wasabi

📋 copy color: '#828938'

red 130 ◦ green 137 ◦ blue 56

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

Shades of Wasabi #828938

Tints of Wasabi #828938

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 40.25%
G = 42.41%
B = 17.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#828938 (or 0x828938) is known color: Wasabi. HEX triplet: 82, 89 and 38. RGB value is (130,137,56). Sum of RGB (Red+Green+Blue) = 130+137+56=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #828938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828938 is #7D76C7. Grayscale: #7D7D7D. Windows color (decimal): -8222408 or 3705218. OLE color: 3705218.

HSL color Cylindrical-coordinate representation of color #828938: hue angle of 65.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #828938 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 56 -
CMYK 0.05 0 0.59 0.46
HSL 65.19º 0.42% 0.38% -
HSV(B) 65.19º 0.59% 0.54% -
XYZ 18.87 22.92 7.17 -
YUV 125.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 130 137 56 0.05 0 0.59 0.46 65.19 0.42 0.38
Hex 82 89 38 5 0 3B 2E 41 2A 26
Octal 202 211 70 5 0 73 56 101 52 46
Binary 10000010 10001001 111000 101 0 111011 101110 1000001 101010 100110

Color Harmonies of #828938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828938

Black with #828938

Text Example


Text Example

White with #828938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828938; }

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

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

background-color css

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

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

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

border-color css

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

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

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