#82B03E

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

Shades of Sushi #82B03E

Tints of Sushi #82B03E

Color information

#82B03E (or 0x82B03E) is unknown color: approx Sushi. HEX triplet: 82, B0 and 3E. RGB value is (130,176,62). Sum of RGB (Red+Green+Blue) = 130+176+62=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #82B03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B03E is #7D4FC1. Grayscale: #959595. Windows color (decimal): -8212418 or 4108418. OLE color: 4108418.

HSL color Cylindrical-coordinate representation of color #82B03E: hue angle of 84.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82B03E is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB13017662-
CMYK0.2600.650.31
HSL84.21º47.9%46.67%-
HSV(B)84.21º64.77%69.02%-
XYZ25.636.1410.18-
YUV149.2578.76114.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=35.33%
G=47.83%
B=16.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130176620.2600.650.3184.2147.946.67
Hex82B03E1A0411F54302f
Octal20226076320101371246057
Binary10000010101100001111101101001000001111111010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,62); }

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

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

 a { background-color: rgb(130,176,62); }

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

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

 span { border-color: rgb(130,176,62); }

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