Html Css Color HEX #83982F Wasabi

📋 copy color: '#83982F'

red 131 ◦ green 152 ◦ blue 47

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

Shades of Wasabi #83982F

Tints of Wasabi #83982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 39.7%
G = 46.06%
B = 14.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#83982F (or 0x83982F) is known color: Wasabi. HEX triplet: 83, 98 and 2F. RGB value is (131,152,47). Sum of RGB (Red+Green+Blue) = 131+152+47=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #83982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83982F is #7C67D0. Grayscale: #868686. Windows color (decimal): -8153041 or 3119235. OLE color: 3119235.

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

Color convert

RGB 131 152 47 -
CMYK 0.14 0 0.69 0.40
HSL 72º 0.53% 0.39% -
HSV(B) 72º 0.69% 0.6% -
XYZ 21.1 27.49 6.88 -
YUV 133.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 131 152 47 0.14 0 0.69 0.40 72 0.53 0.39
Hex 83 98 2F E 0 45 28 48 35 27
Octal 203 230 57 16 0 105 50 110 65 47
Binary 10000011 10011000 101111 1110 0 1000101 101000 1001000 110101 100111

Color Harmonies of #83982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83982F

Black with #83982F

Text Example


Text Example

White with #83982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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