#83A141

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

Shades of Sushi #83A141

Tints of Sushi #83A141

Color information

#83A141 (or 0x83A141) is unknown color: approx Sushi. HEX triplet: 83, A1 and 41. RGB value is (131,161,65). Sum of RGB (Red+Green+Blue) = 131+161+65=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #83A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A141 is #7C5EBE. Grayscale: #8D8D8D. Windows color (decimal): -8150719 or 4301187. OLE color: 4301187.

HSL color Cylindrical-coordinate representation of color #83A141: hue angle of 78.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83A141 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB13116165-
CMYK0.1900.600.37
HSL78.75º42.48%44.31%-
HSV(B)78.75º59.63%63.14%-
XYZ23.0630.79.71-
YUV141.0985.06120.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 161 (63.28% from 255) = 45.10%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=36.69%
G=45.10%
B=18.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131161650.1900.600.3778.7542.4844.31
Hex83A1411303C254f2a2c
Octal20324110123074451175254
Binary100000111010000110000011001101111001001011001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,161,65); }

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

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

 a { background-color: rgb(131,161,65); }

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

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

 span { border-color: rgb(131,161,65); }

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