Html Css Color HEX #80AB2E Sushi

📋 copy color: '#80AB2E'

red 128 ◦ green 171 ◦ blue 46

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

Shades of Sushi #80AB2E

Tints of Sushi #80AB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 37.1%
G = 49.57%
B = 13.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#80AB2E (or 0x80AB2E) is known color: Sushi. HEX triplet: 80, AB and 2E. RGB value is (128,171,46). Sum of RGB (Red+Green+Blue) = 128+171+46=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB2E is #7F54D1. Grayscale: #909090. Windows color (decimal): -8344786 or 3058560. OLE color: 3058560.

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

Color convert

RGB 128 171 46 -
CMYK 0.25 0 0.73 0.33
HSL 80.64º 0.58% 0.43% -
HSV(B) 80.64º 0.73% 0.67% -
XYZ 23.96 33.91 7.87 -
YUV 143.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 128 171 46 0.25 0 0.73 0.33 80.64 0.58 0.43
Hex 80 AB 2E 19 0 49 21 51 3A 2B
Octal 200 253 56 31 0 111 41 121 72 53
Binary 10000000 10101011 101110 11001 0 1001001 100001 1010001 111010 101011

Color Harmonies of #80AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB2E

Black with #80AB2E

Text Example


Text Example

White with #80AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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