#83A63B

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

Shades of Sushi #83A63B

Tints of Sushi #83A63B

Color information

#83A63B (or 0x83A63B) is unknown color: approx Sushi. HEX triplet: 83, A6 and 3B. RGB value is (131,166,59). Sum of RGB (Red+Green+Blue) = 131+166+59=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #83A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A63B is #7C59C4. Grayscale: #8F8F8F. Windows color (decimal): -8149445 or 3909251. OLE color: 3909251.

HSL color Cylindrical-coordinate representation of color #83A63B: hue angle of 79.63º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83A63B is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB13116659-
CMYK0.2100.640.35
HSL79.63º47.56%44.12%-
HSV(B)79.63º64.46%65.1%-
XYZ23.7932.419.14-
YUV143.3480.4119.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=36.80%
G=46.63%
B=16.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131166590.2100.640.3579.6347.5644.12
Hex83A63B150402350302c
Octal20324673250100431206054
Binary100000111010011011101110101010000001000111010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A63B; }

 p { color: rgb(131,166,59); }

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

<style>
 a { background-color: #83A63B; }

 a { background-color: rgb(131,166,59); }

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

<style>
 span { border-color: #83A63B; }

 span { border-color: rgb(131,166,59); }

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