#82A938

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

Shades of Sushi #82A938

Tints of Sushi #82A938

Color information

#82A938 (or 0x82A938) is unknown color: approx Sushi. HEX triplet: 82, A9 and 38. RGB value is (130,169,56). Sum of RGB (Red+Green+Blue) = 130+169+56=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #82A938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A938 is #7D56C7. Grayscale: #909090. Windows color (decimal): -8214216 or 3713410. OLE color: 3713410.

HSL color Cylindrical-coordinate representation of color #82A938: hue angle of 80.71º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82A938 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB13016956-
CMYK0.2300.670.34
HSL80.71º50.22%44.12%-
HSV(B)80.71º66.86%66.27%-
XYZ24.1133.418.92-
YUV144.4678.08117.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=36.62%
G=47.61%
B=15.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169560.2300.670.3480.7150.2244.12
Hex82A938170432251322c
Octal20225170270103421216254
Binary100000101010100111100010111010000111000101010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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