#83AF39

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

Shades of Sushi #83AF39

Tints of Sushi #83AF39

Color information

#83AF39 (or 0x83AF39) is unknown color: approx Sushi. HEX triplet: 83, AF and 39. RGB value is (131,175,57). Sum of RGB (Red+Green+Blue) = 131+175+57=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF39 is #7C50C6. Grayscale: #949494. Windows color (decimal): -8147143 or 3780483. OLE color: 3780483.

HSL color Cylindrical-coordinate representation of color #83AF39: hue angle of 82.37º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83AF39 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB13117557-
CMYK0.2500.670.31
HSL82.37º50.86%45.49%-
HSV(B)82.37º67.43%68.63%-
XYZ25.4335.789.44-
YUV148.3976.42115.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=36.09%
G=48.21%
B=15.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175570.2500.670.3182.3750.8645.49
Hex83AF39190431F52332d
Octal20325771310103371226355
Binary10000011101011111110011100101000011111111010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,175,57); }

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

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

 a { background-color: rgb(131,175,57); }

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

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

 span { border-color: rgb(131,175,57); }

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