Html Css Color HEX #80A432 Sushi

📋 copy color: '#80A432'

red 128 ◦ green 164 ◦ blue 50

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

Shades of Sushi #80A432

Tints of Sushi #80A432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

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

R = 37.43%
G = 47.95%
B = 14.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#80A432 (or 0x80A432) is known color: Sushi. HEX triplet: 80, A4 and 32. RGB value is (128,164,50). Sum of RGB (Red+Green+Blue) = 128+164+50=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #80A432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A432 is #7F5BCD. Grayscale: #8C8C8C. Windows color (decimal): -8346574 or 3318912. OLE color: 3318912.

HSL color Cylindrical-coordinate representation of color #80A432: hue angle of 78.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80A432 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 50 -
CMYK 0.22 0 0.70 0.36
HSL 78.95º 0.53% 0.42% -
HSV(B) 78.95º 0.7% 0.64% -
XYZ 22.75 31.37 7.87 -
YUV 140.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 128 164 50 0.22 0 0.70 0.36 78.95 0.53 0.42
Hex 80 A4 32 16 0 46 24 4F 35 2A
Octal 200 244 62 26 0 106 44 117 65 52
Binary 10000000 10100100 110010 10110 0 1000110 100100 1001111 110101 101010

Color Harmonies of #80A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A432

Black with #80A432

Text Example


Text Example

White with #80A432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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