#82B13D

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

Shades of Sushi #82B13D

Tints of Sushi #82B13D

Color information

#82B13D (or 0x82B13D) is unknown color: approx Sushi. HEX triplet: 82, B1 and 3D. RGB value is (130,177,61). Sum of RGB (Red+Green+Blue) = 130+177+61=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #82B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B13D is #7D4EC2. Grayscale: #969696. Windows color (decimal): -8212163 or 4043138. OLE color: 4043138.

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

Color convert

RGB13017761-
CMYK0.2700.660.31
HSL84.31º48.74%46.67%-
HSV(B)84.31º65.54%69.41%-
XYZ25.7736.5310.11-
YUV149.7277.93113.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=35.33%
G=48.10%
B=16.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130177610.2700.660.3184.3148.7446.67
Hex82B13D1B0421F54312f
Octal20226175330102371246157
Binary10000010101100011111011101101000010111111010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,61); }

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

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

 a { background-color: rgb(130,177,61); }

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

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

 span { border-color: rgb(130,177,61); }

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