#83A53C

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

Shades of Sushi #83A53C

Tints of Sushi #83A53C

Color information

#83A53C (or 0x83A53C) is unknown color: approx Sushi. HEX triplet: 83, A5 and 3C. RGB value is (131,165,60). Sum of RGB (Red+Green+Blue) = 131+165+60=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #83A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A53C is #7C5AC3. Grayscale: #8F8F8F. Windows color (decimal): -8149700 or 3974531. OLE color: 3974531.

HSL color Cylindrical-coordinate representation of color #83A53C: hue angle of 79.43º degrees, saturation: 0.47, 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 #83A53C is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB13116560-
CMYK0.2100.640.35
HSL79.43º46.67%44.12%-
HSV(B)79.43º63.64%64.71%-
XYZ23.6332.069.22-
YUV142.8681.24119.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=36.80%
G=46.35%
B=16.85%

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
Decimal131165600.2100.640.3579.4346.6744.12
Hex83A53C15040234f2f2c
Octal20324574250100431175754
Binary100000111010010111110010101010000001000111001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,60); }

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

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

 a { background-color: rgb(131,165,60); }

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

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

 span { border-color: rgb(131,165,60); }

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