Html Css Color HEX #80AC32 Sushi

📋 copy color: '#80AC32'

red 128 ◦ green 172 ◦ blue 50

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

Shades of Sushi #80AC32

Tints of Sushi #80AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 36.57%
G = 49.14%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#80AC32 (or 0x80AC32) is known color: Sushi. HEX triplet: 80, AC and 32. RGB value is (128,172,50). Sum of RGB (Red+Green+Blue) = 128+172+50=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC32 is #7F53CD. Grayscale: #919191. Windows color (decimal): -8344526 or 3320960. OLE color: 3320960.

HSL color Cylindrical-coordinate representation of color #80AC32: hue angle of 81.64º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80AC32 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 50 -
CMYK 0.26 0 0.71 0.33
HSL 81.64º 0.55% 0.44% -
HSV(B) 81.64º 0.71% 0.67% -
XYZ 24.23 34.32 8.37 -
YUV 144.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 128 172 50 0.26 0 0.71 0.33 81.64 0.55 0.44
Hex 80 AC 32 1A 0 47 21 52 37 2C
Octal 200 254 62 32 0 107 41 122 67 54
Binary 10000000 10101100 110010 11010 0 1000111 100001 1010010 110111 101100

Color Harmonies of #80AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC32

Black with #80AC32

Text Example


Text Example

White with #80AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,50); }

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

background-color css

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

 a { background-color: rgb(128,172,50); }

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

border-color css

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

 span { border-color: rgb(128,172,50); }

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