Html Css Color HEX #80923F Wasabi

📋 copy color: '#80923F'

red 128 ◦ green 146 ◦ blue 63

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

Shades of Wasabi #80923F

Tints of Wasabi #80923F

RGB

 RED value IS 128 (50.39% from 255) = 37.98%

 GREEN value IS 146 (57.42% from 255) = 43.32%

 BLUE value IS 63 (25% from 255) = 18.69%

R = 37.98%
G = 43.32%
B = 18.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#80923F (or 0x80923F) is known color: Wasabi. HEX triplet: 80, 92 and 3F. RGB value is (128,146,63). Sum of RGB (Red+Green+Blue) = 128+146+63=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #80923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80923F is #7F6DC0. Grayscale: #838383. Windows color (decimal): -8351169 or 4166272. OLE color: 4166272.

HSL color Cylindrical-coordinate representation of color #80923F: hue angle of 73.01º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80923F is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 63 -
CMYK 0.12 0 0.57 0.43
HSL 73.01º 0.4% 0.41% -
HSV(B) 73.01º 0.57% 0.57% -
XYZ 20.08 25.51 8.57 -
YUV 131.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 128 146 63 0.12 0 0.57 0.43 73.01 0.4 0.41
Hex 80 92 3F C 0 39 2B 49 28 29
Octal 200 222 77 14 0 71 53 111 50 51
Binary 10000000 10010010 111111 1100 0 111001 101011 1001001 101000 101001

Color Harmonies of #80923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80923F

Black with #80923F

Text Example


Text Example

White with #80923F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,146,63); }

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

background-color css

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

 a { background-color: rgb(128,146,63); }

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

border-color css

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

 span { border-color: rgb(128,146,63); }

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