#80982B

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

Shades of Sushi #80982B

Tints of Sushi #80982B

Color information

#80982B (or 0x80982B) is unknown color: approx Sushi. HEX triplet: 80, 98 and 2B. RGB value is (128,152,43). Sum of RGB (Red+Green+Blue) = 128+152+43=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #80982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80982B is #7F67D4. Grayscale: #848484. Windows color (decimal): -8349653 or 2857088. OLE color: 2857088.

HSL color Cylindrical-coordinate representation of color #80982B: hue angle of 73.21º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80982B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB12815243-
CMYK0.1600.720.40
HSL73.21º55.9%38.24%-
HSV(B)73.21º71.71%59.61%-
XYZ20.5727.226.46-
YUV132.477.55124.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=39.63%
G=47.06%
B=13.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152430.1600.720.4073.2155.938.24
Hex80982B1004828493826
Octal20023053200110501117046
Binary100000001001100010101110000010010001010001001001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80982B; }

 p { color: rgb(128,152,43); }

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

<style>
 a { background-color: #80982B; }

 a { background-color: rgb(128,152,43); }

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

<style>
 span { border-color: #80982B; }

 span { border-color: rgb(128,152,43); }

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