#82A943

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

Shades of Sushi #82A943

Tints of Sushi #82A943

Color information

#82A943 (or 0x82A943) is unknown color: approx Sushi. HEX triplet: 82, A9 and 43. RGB value is (130,169,67). Sum of RGB (Red+Green+Blue) = 130+169+67=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #82A943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A943 is #7D56BC. Grayscale: #929292. Windows color (decimal): -8214205 or 4434306. OLE color: 4434306.

HSL color Cylindrical-coordinate representation of color #82A943: hue angle of 82.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82A943 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB13016967-
CMYK0.2300.600.34
HSL82.94º43.22%46.27%-
HSV(B)82.94º60.36%66.27%-
XYZ24.4133.5310.5-
YUV145.7183.58116.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=35.52%
G=46.17%
B=18.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169670.2300.600.3482.9443.2246.27
Hex82A9431703C22532b2e
Octal20225110327074421235356
Binary100000101010100110000111011101111001000101010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A943; }

 p { color: rgb(130,169,67); }

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

<style>
 a { background-color: #82A943; }

 a { background-color: rgb(130,169,67); }

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

<style>
 span { border-color: #82A943; }

 span { border-color: rgb(130,169,67); }

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