Html Css Color HEX #82983D Wasabi

📋 copy color: '#82983D'

red 130 ◦ green 152 ◦ blue 61

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

Shades of Wasabi #82983D

Tints of Wasabi #82983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 37.9%
G = 44.31%
B = 17.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#82983D (or 0x82983D) is known color: Wasabi. HEX triplet: 82, 98 and 3D. RGB value is (130,152,61). Sum of RGB (Red+Green+Blue) = 130+152+61=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #82983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82983D is #7D67C2. Grayscale: #878787. Windows color (decimal): -8218563 or 4036738. OLE color: 4036738.

HSL color Cylindrical-coordinate representation of color #82983D: hue angle of 74.51º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82983D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 61 -
CMYK 0.14 0 0.60 0.40
HSL 74.51º 0.43% 0.42% -
HSV(B) 74.51º 0.6% 0.6% -
XYZ 21.28 27.54 8.61 -
YUV 135.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 130 152 61 0.14 0 0.60 0.40 74.51 0.43 0.42
Hex 82 98 3D E 0 3C 28 4B 2B 2A
Octal 202 230 75 16 0 74 50 113 53 52
Binary 10000010 10011000 111101 1110 0 111100 101000 1001011 101011 101010

Color Harmonies of #82983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82983D

Black with #82983D

Text Example


Text Example

White with #82983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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