Html Css Color HEX #83982D Wasabi

📋 copy color: '#83982D'

red 131 ◦ green 152 ◦ blue 45

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

Shades of Wasabi #83982D

Tints of Wasabi #83982D

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

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

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 39.94%
G = 46.34%
B = 13.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#83982D (or 0x83982D) is known color: Wasabi. HEX triplet: 83, 98 and 2D. RGB value is (131,152,45). Sum of RGB (Red+Green+Blue) = 131+152+45=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #83982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83982D is #7C67D2. Grayscale: #858585. Windows color (decimal): -8153043 or 2988163. OLE color: 2988163.

HSL color Cylindrical-coordinate representation of color #83982D: hue angle of 71.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83982D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 45 -
CMYK 0.14 0 0.70 0.40
HSL 71.78º 0.54% 0.39% -
HSV(B) 71.78º 0.7% 0.6% -
XYZ 21.06 27.47 6.68 -
YUV 133.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 131 152 45 0.14 0 0.70 0.40 71.78 0.54 0.39
Hex 83 98 2D E 0 46 28 48 36 27
Octal 203 230 55 16 0 106 50 110 66 47
Binary 10000011 10011000 101101 1110 0 1000110 101000 1001000 110110 100111

Color Harmonies of #83982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83982D

Black with #83982D

Text Example


Text Example

White with #83982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,152,45); }

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

background-color css

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

 a { background-color: rgb(131,152,45); }

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

border-color css

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

 span { border-color: rgb(131,152,45); }

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