#83a942

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

Shades of Sushi #83A942

Tints of Sushi #83A942

Color information

#83A942 (or 0x83A942) is unknown color: approx Sushi. HEX triplet: 83, A9 and 42. RGB value is (131,169,66). Sum of RGB (Red+Green+Blue) = 131+169+66=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #83A942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A942 is #7C56BD. Grayscale: #929292. Windows color (decimal): -8148670 or 4368771. OLE color: 4368771.

HSL color Cylindrical-coordinate representation of color #83A942: hue angle of 82.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83A942 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB13116966-
CMYK0.2200.610.34
HSL82.14º43.83%46.08%-
HSV(B)82.14º60.95%66.27%-
XYZ24.5333.5910.35-
YUV145.982.91117.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=35.79%
G=46.17%
B=18.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131169660.2200.610.3482.1443.8346.08
Hex83A9421603D22522c2e
Octal20325110226075421225456
Binary100000111010100110000101011001111011000101010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83a942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,169,66); }

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

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

 a { background-color: rgb(131,169,66); }

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

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

 span { border-color: rgb(131,169,66); }

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