#82b33e

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

Shades of Sushi #82B33E

Tints of Sushi #82B33E

Color information

#82B33E (or 0x82B33E) is unknown color: approx Sushi. HEX triplet: 82, B3 and 3E. RGB value is (130,179,62). Sum of RGB (Red+Green+Blue) = 130+179+62=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #82B33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B33E is #7D4CC1. Grayscale: #979797. Windows color (decimal): -8211650 or 4109186. OLE color: 4109186.

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

Color convert

RGB13017962-
CMYK0.2700.650.30
HSL85.13º48.55%47.25%-
HSV(B)85.13º65.36%70.2%-
XYZ26.237.3310.38-
YUV151.0177.77113.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=35.04%
G=48.25%
B=16.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130179620.2700.650.3085.1348.5547.25
Hex82B33E1B0411E55312f
Octal20226376330101361256157
Binary10000010101100111111101101101000001111101010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82b33e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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