Html Css Color HEX #83902F Wasabi

📋 copy color: '#83902F'

red 131 ◦ green 144 ◦ blue 47

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

Shades of Wasabi #83902F

Tints of Wasabi #83902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 40.68%
G = 44.72%
B = 14.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#83902F (or 0x83902F) is known color: Wasabi. HEX triplet: 83, 90 and 2F. RGB value is (131,144,47). Sum of RGB (Red+Green+Blue) = 131+144+47=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #83902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83902F is #7C6FD0. Grayscale: #818181. Windows color (decimal): -8155089 or 3117187. OLE color: 3117187.

HSL color Cylindrical-coordinate representation of color #83902F: hue angle of 68.04º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83902F is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 47 -
CMYK 0.09 0 0.67 0.44
HSL 68.04º 0.51% 0.37% -
HSV(B) 68.04º 0.67% 0.56% -
XYZ 19.85 24.98 6.46 -
YUV 129.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 131 144 47 0.09 0 0.67 0.44 68.04 0.51 0.37
Hex 83 90 2F 9 0 43 2C 44 33 25
Octal 203 220 57 11 0 103 54 104 63 45
Binary 10000011 10010000 101111 1001 0 1000011 101100 1000100 110011 100101

Color Harmonies of #83902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83902F

Black with #83902F

Text Example


Text Example

White with #83902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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