#82B23F

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

Shades of Sushi #82B23F

Tints of Sushi #82B23F

Color information

#82B23F (or 0x82B23F) is unknown color: approx Sushi. HEX triplet: 82, B2 and 3F. RGB value is (130,178,63). Sum of RGB (Red+Green+Blue) = 130+178+63=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #82B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B23F is #7D4DC0. Grayscale: #969696. Windows color (decimal): -8211905 or 4174466. OLE color: 4174466.

HSL color Cylindrical-coordinate representation of color #82B23F: hue angle of 85.04º degrees, saturation: 0.48, 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 #82B23F is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB13017863-
CMYK0.2700.650.30
HSL85.04º47.72%47.25%-
HSV(B)85.04º64.61%69.8%-
XYZ26.0236.9510.46-
YUV150.5478.6113.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 63 (25% from 255) = 16.98%
R=35.04%
G=47.98%
B=16.98%

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
Decimal130178630.2700.650.3085.0447.7247.25
Hex82B23F1B0411E55302f
Octal20226277330101361256057
Binary10000010101100101111111101101000001111101010101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,178,63); }

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

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

 a { background-color: rgb(130,178,63); }

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

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

 span { border-color: rgb(130,178,63); }

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