Html Css Color HEX #80A42C Sushi

📋 copy color: '#80A42C'

red 128 ◦ green 164 ◦ blue 44

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

Shades of Sushi #80A42C

Tints of Sushi #80A42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 38.1%
G = 48.81%
B = 13.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#80A42C (or 0x80A42C) is known color: Sushi. HEX triplet: 80, A4 and 2C. RGB value is (128,164,44). Sum of RGB (Red+Green+Blue) = 128+164+44=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #80A42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A42C is #7F5BD3. Grayscale: #8C8C8C. Windows color (decimal): -8346580 or 2925696. OLE color: 2925696.

HSL color Cylindrical-coordinate representation of color #80A42C: hue angle of 78º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80A42C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 44 -
CMYK 0.22 0 0.73 0.36
HSL 78º 0.58% 0.41% -
HSV(B) 78º 0.73% 0.64% -
XYZ 22.63 31.32 7.24 -
YUV 139.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 128 164 44 0.22 0 0.73 0.36 78 0.58 0.41
Hex 80 A4 2C 16 0 49 24 4E 3A 29
Octal 200 244 54 26 0 111 44 116 72 51
Binary 10000000 10100100 101100 10110 0 1001001 100100 1001110 111010 101001

Color Harmonies of #80A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A42C

Black with #80A42C

Text Example


Text Example

White with #80A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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