#83AA43

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

Shades of Sushi #83AA43

Tints of Sushi #83AA43

Color information

#83AA43 (or 0x83AA43) is unknown color: approx Sushi. HEX triplet: 83, AA and 43. RGB value is (131,170,67). Sum of RGB (Red+Green+Blue) = 131+170+67=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA43 is #7C55BC. Grayscale: #929292. Windows color (decimal): -8148413 or 4434563. OLE color: 4434563.

HSL color Cylindrical-coordinate representation of color #83AA43: hue angle of 82.72º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83AA43 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB13117067-
CMYK0.2300.610.33
HSL82.72º43.46%46.47%-
HSV(B)82.72º60.59%66.67%-
XYZ24.7533.9810.56-
YUV146.683.08116.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=35.60%
G=46.20%
B=18.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131170670.2300.610.3382.7243.4646.47
Hex83AA431703D21532b2e
Octal20325210327075411235356
Binary100000111010101010000111011101111011000011010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,67); }

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

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

 a { background-color: rgb(131,170,67); }

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

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

 span { border-color: rgb(131,170,67); }

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