#83A241

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

Shades of Sushi #83A241

Tints of Sushi #83A241

Color information

#83A241 (or 0x83A241) is unknown color: approx Sushi. HEX triplet: 83, A2 and 41. RGB value is (131,162,65). Sum of RGB (Red+Green+Blue) = 131+162+65=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #83A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A241 is #7C5DBE. Grayscale: #8E8E8E. Windows color (decimal): -8150463 or 4301443. OLE color: 4301443.

HSL color Cylindrical-coordinate representation of color #83A241: hue angle of 79.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83A241 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB13116265-
CMYK0.1900.600.36
HSL79.18º42.73%44.51%-
HSV(B)79.18º59.88%63.53%-
XYZ23.2331.059.77-
YUV141.6784.73120.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=36.59%
G=45.25%
B=18.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162650.1900.600.3679.1842.7344.51
Hex83A2411303C244f2b2d
Octal20324210123074441175355
Binary100000111010001010000011001101111001001001001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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