Html Css Color HEX #80A334 Sushi

📋 copy color: '#80A334'

red 128 ◦ green 163 ◦ blue 52

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

Shades of Sushi #80A334

Tints of Sushi #80A334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 37.32%
G = 47.52%
B = 15.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#80A334 (or 0x80A334) is known color: Sushi. HEX triplet: 80, A3 and 34. RGB value is (128,163,52). Sum of RGB (Red+Green+Blue) = 128+163+52=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #80A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A334 is #7F5CCB. Grayscale: #8C8C8C. Windows color (decimal): -8346828 or 3449728. OLE color: 3449728.

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

Color convert

RGB 128 163 52 -
CMYK 0.21 0 0.68 0.36
HSL 78.92º 0.52% 0.42% -
HSV(B) 78.92º 0.68% 0.64% -
XYZ 22.62 31.03 8.05 -
YUV 139.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 128 163 52 0.21 0 0.68 0.36 78.92 0.52 0.42
Hex 80 A3 34 15 0 44 24 4F 34 2A
Octal 200 243 64 25 0 104 44 117 64 52
Binary 10000000 10100011 110100 10101 0 1000100 100100 1001111 110100 101010

Color Harmonies of #80A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A334

Black with #80A334

Text Example


Text Example

White with #80A334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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