Html Css Color HEX #80AB3E Sushi

📋 copy color: '#80AB3E'

red 128 ◦ green 171 ◦ blue 62

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

Shades of Sushi #80AB3E

Tints of Sushi #80AB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 35.46%
G = 47.37%
B = 17.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#80AB3E (or 0x80AB3E) is known color: Sushi. HEX triplet: 80, AB and 3E. RGB value is (128,171,62). Sum of RGB (Red+Green+Blue) = 128+171+62=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB3E is #7F54C1. Grayscale: #929292. Windows color (decimal): -8344770 or 4107136. OLE color: 4107136.

HSL color Cylindrical-coordinate representation of color #80AB3E: hue angle of 83.67º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80AB3E is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 62 -
CMYK 0.25 0 0.64 0.33
HSL 83.67º 0.47% 0.46% -
HSV(B) 83.67º 0.64% 0.67% -
XYZ 24.33 34.06 9.85 -
YUV 145.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 128 171 62 0.25 0 0.64 0.33 83.67 0.47 0.46
Hex 80 AB 3E 19 0 40 21 54 2F 2E
Octal 200 253 76 31 0 100 41 124 57 56
Binary 10000000 10101011 111110 11001 0 1000000 100001 1010100 101111 101110

Color Harmonies of #80AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB3E

Black with #80AB3E

Text Example


Text Example

White with #80AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,62); }

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

background-color css

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

 a { background-color: rgb(128,171,62); }

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

border-color css

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

 span { border-color: rgb(128,171,62); }

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