#83A33C

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

Shades of Sushi #83A33C

Tints of Sushi #83A33C

Color information

#83A33C (or 0x83A33C) is unknown color: approx Sushi. HEX triplet: 83, A3 and 3C. RGB value is (131,163,60). Sum of RGB (Red+Green+Blue) = 131+163+60=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #83A33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A33C is #7C5CC3. Grayscale: #8E8E8E. Windows color (decimal): -8150212 or 3974019. OLE color: 3974019.

HSL color Cylindrical-coordinate representation of color #83A33C: hue angle of 78.64º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83A33C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB13116360-
CMYK0.2000.630.36
HSL78.64º46.19%43.73%-
HSV(B)78.64º63.19%63.92%-
XYZ23.2731.359.1-
YUV141.6981.9120.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 60 (23.83% from 255) = 16.95%
R=37.01%
G=46.05%
B=16.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131163600.2000.630.3678.6446.1943.73
Hex83A33C1403F244f2e2c
Octal2032437424077441175654
Binary10000011101000111111001010001111111001001001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,163,60); }

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

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

 a { background-color: rgb(131,163,60); }

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

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

 span { border-color: rgb(131,163,60); }

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