Html Css Color HEX #80A32A Sushi

📋 copy color: '#80A32A'

red 128 ◦ green 163 ◦ blue 42

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

Shades of Sushi #80A32A

Tints of Sushi #80A32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.95%

 BLUE value IS 42 (16.8% from 255) = 12.61%

R = 38.44%
G = 48.95%
B = 12.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#80A32A (or 0x80A32A) is known color: Sushi. HEX triplet: 80, A3 and 2A. RGB value is (128,163,42). Sum of RGB (Red+Green+Blue) = 128+163+42=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #80A32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A32A is #7F5CD5. Grayscale: #8B8B8B. Windows color (decimal): -8346838 or 2794368. OLE color: 2794368.

HSL color Cylindrical-coordinate representation of color #80A32A: hue angle of 77.36º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80A32A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 42 -
CMYK 0.21 0 0.74 0.36
HSL 77.36º 0.59% 0.4% -
HSV(B) 77.36º 0.74% 0.64% -
XYZ 22.42 30.95 6.98 -
YUV 138.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 128 163 42 0.21 0 0.74 0.36 77.36 0.59 0.4
Hex 80 A3 2A 15 0 4A 24 4D 3B 28
Octal 200 243 52 25 0 112 44 115 73 50
Binary 10000000 10100011 101010 10101 0 1001010 100100 1001101 111011 101000

Color Harmonies of #80A32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A32A

Black with #80A32A

Text Example


Text Example

White with #80A32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,42); }

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

background-color css

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

 a { background-color: rgb(128,163,42); }

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

border-color css

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

 span { border-color: rgb(128,163,42); }

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