Html Css Color HEX #828A38 Wasabi

📋 copy color: '#828A38'

red 130 ◦ green 138 ◦ blue 56

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

Shades of Wasabi #828A38

Tints of Wasabi #828A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 40.12%
G = 42.59%
B = 17.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#828A38 (or 0x828A38) is known color: Wasabi. HEX triplet: 82, 8A and 38. RGB value is (130,138,56). Sum of RGB (Red+Green+Blue) = 130+138+56=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #828A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A38 is #7D75C7. Grayscale: #7E7E7E. Windows color (decimal): -8222152 or 3705474. OLE color: 3705474.

HSL color Cylindrical-coordinate representation of color #828A38: hue angle of 65.85º 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 #828A38 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 56 -
CMYK 0.06 0 0.59 0.46
HSL 65.85º 0.42% 0.38% -
HSV(B) 65.85º 0.59% 0.54% -
XYZ 19.01 23.21 7.22 -
YUV 126.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 130 138 56 0.06 0 0.59 0.46 65.85 0.42 0.38
Hex 82 8A 38 6 0 3B 2E 42 2A 26
Octal 202 212 70 6 0 73 56 102 52 46
Binary 10000010 10001010 111000 110 0 111011 101110 1000010 101010 100110

Color Harmonies of #828A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A38

Black with #828A38

Text Example


Text Example

White with #828A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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