#80B23D

Color #80B23D Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #80B23D

Tints of Sushi #80B23D

Color information

#80B23D (or 0x80B23D) is unknown color: approx Sushi. HEX triplet: 80, B2 and 3D. RGB value is (128,178,61). Sum of RGB (Red+Green+Blue) = 128+178+61=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #80B23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B23D is #7F4DC2. Grayscale: #969696. Windows color (decimal): -8342979 or 4043392. OLE color: 4043392.

HSL color Cylindrical-coordinate representation of color #80B23D: hue angle of 85.64º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80B23D is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB12817861-
CMYK0.2800.660.30
HSL85.64º48.95%46.86%-
HSV(B)85.64º65.73%69.8%-
XYZ25.6636.7710.16-
YUV149.7177.94112.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=34.88%
G=48.50%
B=16.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178610.2800.660.3085.6448.9546.86
Hex80B23D1C0421E56312f
Octal20026275340102361266157
Binary10000000101100101111011110001000010111101010110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,61); }

 H1.HeaderClassName
 {
   color: #80B23D;
 }
 .AnyTagClassName
 {
   color: #80B23D;
 }
</style>
background-color css

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

 a { background-color: rgb(128,178,61); }

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

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

 span { border-color: rgb(128,178,61); }

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