Html Css Color HEX #80A631 Sushi

📋 copy color: '#80A631'

red 128 ◦ green 166 ◦ blue 49

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

Shades of Sushi #80A631

Tints of Sushi #80A631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.4%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 37.32%
G = 48.4%
B = 14.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#80A631 (or 0x80A631) is known color: Sushi. HEX triplet: 80, A6 and 31. RGB value is (128,166,49). Sum of RGB (Red+Green+Blue) = 128+166+49=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #80A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A631 is #7F59CE. Grayscale: #8D8D8D. Windows color (decimal): -8346063 or 3253888. OLE color: 3253888.

HSL color Cylindrical-coordinate representation of color #80A631: hue angle of 79.49º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80A631 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 49 -
CMYK 0.23 0 0.70 0.35
HSL 79.49º 0.54% 0.42% -
HSV(B) 79.49º 0.7% 0.65% -
XYZ 23.09 32.08 7.88 -
YUV 141.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 128 166 49 0.23 0 0.70 0.35 79.49 0.54 0.42
Hex 80 A6 31 17 0 46 23 4F 36 2A
Octal 200 246 61 27 0 106 43 117 66 52
Binary 10000000 10100110 110001 10111 0 1000110 100011 1001111 110110 101010

Color Harmonies of #80A631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A631

Black with #80A631

Text Example


Text Example

White with #80A631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A631; }

 p { color: rgb(128,166,49); }

 H1.HeaderClassName
 {
   color: #80A631;
 }
 .AnyTagClassName
 {
   color: #80A631;
 }
</style>

background-color css

<style>
 a { background-color: #80A631; }

 a { background-color: rgb(128,166,49); }

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

border-color css

<style>
 span { border-color: #80A631; }

 span { border-color: rgb(128,166,49); }

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