Html Css Color HEX #82833C Wasabi

📋 copy color: '#82833C'

red 130 ◦ green 131 ◦ blue 60

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

Shades of Wasabi #82833C

Tints of Wasabi #82833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 40.5%
G = 40.81%
B = 18.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82833C (or 0x82833C) is known color: Wasabi. HEX triplet: 82, 83 and 3C. RGB value is (130,131,60). Sum of RGB (Red+Green+Blue) = 130+131+60=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #82833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82833C is #7D7CC3. Grayscale: #7A7A7A. Windows color (decimal): -8223940 or 3965826. OLE color: 3965826.

HSL color Cylindrical-coordinate representation of color #82833C: hue angle of 60.85º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82833C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 60 -
CMYK 0.01 0 0.54 0.49
HSL 60.85º 0.37% 0.37% -
HSV(B) 60.85º 0.54% 0.51% -
XYZ 18.14 21.3 7.43 -
YUV 122.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 130 131 60 0.01 0 0.54 0.49 60.85 0.37 0.37
Hex 82 83 3C 1 0 36 31 3D 25 25
Octal 202 203 74 1 0 66 61 75 45 45
Binary 10000010 10000011 111100 1 0 110110 110001 111101 100101 100101

Color Harmonies of #82833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82833C

Black with #82833C

Text Example


Text Example

White with #82833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82833C; }

 p { color: rgb(130,131,60); }

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

background-color css

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

 a { background-color: rgb(130,131,60); }

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

border-color css

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

 span { border-color: rgb(130,131,60); }

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