Html Css Color HEX #83902B Wasabi

📋 copy color: '#83902B'

red 131 ◦ green 144 ◦ blue 43

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

Shades of Wasabi #83902B

Tints of Wasabi #83902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 41.19%
G = 45.28%
B = 13.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#83902B (or 0x83902B) is known color: Wasabi. HEX triplet: 83, 90 and 2B. RGB value is (131,144,43). Sum of RGB (Red+Green+Blue) = 131+144+43=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #83902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83902B is #7C6FD4. Grayscale: #808080. Windows color (decimal): -8155093 or 2855043. OLE color: 2855043.

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

Color convert

RGB 131 144 43 -
CMYK 0.09 0 0.70 0.44
HSL 67.72º 0.54% 0.37% -
HSV(B) 67.72º 0.7% 0.56% -
XYZ 19.77 24.95 6.06 -
YUV 128.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 131 144 43 0.09 0 0.70 0.44 67.72 0.54 0.37
Hex 83 90 2B 9 0 46 2C 44 36 25
Octal 203 220 53 11 0 106 54 104 66 45
Binary 10000011 10010000 101011 1001 0 1000110 101100 1000100 110110 100101

Color Harmonies of #83902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83902B

Black with #83902B

Text Example


Text Example

White with #83902B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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