#83a32b

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

Shades of Sushi #83A32B

Tints of Sushi #83A32B

Color information

#83A32B (or 0x83A32B) is unknown color: approx Sushi. HEX triplet: 83, A3 and 2B. RGB value is (131,163,43). Sum of RGB (Red+Green+Blue) = 131+163+43=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #83A32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A32B is #7C5CD4. Grayscale: #8C8C8C. Windows color (decimal): -8150229 or 2859907. OLE color: 2859907.

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

Color convert

RGB13116343-
CMYK0.2000.740.36
HSL76º58.25%40.39%-
HSV(B)76º73.62%63.92%-
XYZ22.8931.197.1-
YUV139.7573.4121.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=38.87%
G=48.37%
B=12.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131163430.2000.740.367658.2540.39
Hex83A32B1404A244c3a28
Octal20324353240112441147250
Binary100000111010001110101110100010010101001001001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83a32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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